TTMSFNCBitmap.Draw Method
Draws the bitmap onto the specified canvas within the given rectangle.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCBitmap
Syntax
procedure Draw(ACanvas: TCanvas; const Rect: TRectF); virtual;
Parameters
| Name | Description |
|---|---|
ACanvas |
The canvas on which to draw the bitmap. |
Rect |
The destination rectangle in canvas coordinates. |