Table of Contents

TTMSFNCBloxElement.BloxDrawInfo Method

Returns paint information populated with the supplied canvas and drawer.

API unit family: TMSFNCBloxCoreElement Declaring type: TTMSFNCBloxElement

Syntax

class function BloxDrawInfo(ACanvas: TTMSFNCBloxDGRCanvas; ADgrDrawer: TTMSFNCBloxBlockDrawer): TTMSFNCBloxPaintInfo;

Parameters

Name Description
ACanvas Canvas to assign to the returned paint information.
ADgrDrawer Drawer to assign to the returned paint information.

Returns

Paint information record with the supplied canvas and drawer assigned.