TTMSFNCCloudImage.Draw Method
Draws the current image onto the supplied graphics surface.
API unit family: TMSFNCCloudImage
Declaring type: TTMSFNCCloudImage
Inherited from: TTMSFNCCustomCloudImage
Syntax
procedure Draw(AGraphics: TTMSFNCGraphics; ARect: TRectF); override;
Parameters
| Name | Description |
|---|---|
AGraphics |
Graphics surface to draw on. |
ARect |
Rectangle within which the image is drawn. |