Draws a portion of an image at the specified location
Namespace: RSGdiPlusGraphics
Delphi |
public |
Parameters
Image
Type: IRSGPImage
Image to be drawn
Point
Type: TPointF
coordinates of the upper-left corner of the destination position at which to draw the image.
SrcRect
Type: TRectF
the portion of the source image to be drawn.
Opacity
Type: Single
Transparency to be applied when drawing image.
SrcUnit
Type: TRSGPUnit
Unit of measure for the image. The default value is uPixel.