Table of Contents

TTMSFNCGraphicsContext.BeginScene Method

Starts a drawing scene on the canvas. Returns True when the scene was successfully started; must be matched with EndScene.

API unit family: TMSFNCGraphics Declaring type: TTMSFNCGraphicsContext

Syntax

function BeginScene: Boolean; virtual; abstract;

Returns

True if the scene was successfully started and drawing can proceed.