Table of Contents

TTMSFNCBloxElement.UpdateDrawing Method

Called once for each click, drag, or release while the element is being drawn over multiple steps (such as poly lines or polygons), so descendants can react to the drawing.

API unit family: TMSFNCBloxCoreElement Declaring type: TTMSFNCBloxElement

Syntax

procedure UpdateDrawing(AInfo: TTMSFNCBloxElementDrawInfo); virtual; abstract;

Parameters

Name Description
AInfo Information describing the current drawing step.