Table of Contents

TTMSFNCGraphicsContext.SetSize Method

Resizes the backing surface of the context.

API unit family: TMSFNCGraphics Declaring type: TTMSFNCGraphicsContext

Syntax

procedure SetSize(AWidth, AHeight: Single); virtual; abstract;

Parameters

Name Description
AWidth New width in pixels.
AHeight New height in pixels.