Table of Contents

TTMSFNCGraphicsContextAndroid.SetSize Method

Updates the logical size of the drawing surface.

API unit family: TMSFNCGraphics.Android Declaring type: TTMSFNCGraphicsContextAndroid

Syntax

procedure SetSize(AWidth, AHeight: Single); override;

Parameters

Name Description
AWidth New width in canvas units.
AHeight New height in canvas units.