Table of Contents

TTMSFNCBloxElementDrawInfo Record

Description: TElementDrawInfo holds information about the drawing of a Blox element (polygon block, polygon lines, etc.).

API unit family: TMSFNCBloxCoreElement

Syntax

TTMSFNCBloxElementDrawInfo = record

Fields and properties

Name Type Description
Action TTMSFNCBloxElementDrawAction Description: Indicates what action step of drawing is being done.
AnchorPoint1 TTMSFNCBloxLinkPoint Description: AnchorPoint1 contains the TLinkPoint object where the start point of line is anchored to. If there is no link point, AnchorPoint1 is nil.
AnchorPoint2 TTMSFNCBloxLinkPoint Description: AnchorPoint2 contains the TLinkPoint object where the end point of line is anchored to. If there is no link point, AnchorPoint2 is nil.
P1 TTMSFNCBloxPoint Description: Contains the previous point (in Blox coordinates) where the mouse was previous clicked for drawing the element.
P2 TTMSFNCBloxPoint Description: Contains the point (in Blox coordinates) where the mouse button was clicked for drawing the element. Each step of drawing is given by P1 and P2 fields.