TTMSFNCGraphicsContextiOS.SetSize Method
Updates the logical size of the drawing surface.
API unit family: TMSFNCGraphics.iOS
Declaring type: TTMSFNCGraphicsContextiOS
Syntax
procedure SetSize(AWidth, AHeight: Single); override;
Parameters
| Name | Description |
|---|---|
AWidth |
New width in canvas units. |
AHeight |
New height in canvas units. |