Table of Contents

TTMSFNCBloxHandleMoveInfo Record

Summary: Contains information about the handle being dragged/moved. Description: THandleMoveInfo holds information about the dragging/moving of a handle.

API unit family: TMSFNCBloxCoreElement

Syntax

TTMSFNCBloxHandleMoveInfo = record

Fields and properties

Name Type Description
AHandle TTMSFNCBloxHandle Description: Points to the TStretchHandle object associated with the handle being dragged/moved.
Action TTMSFNCBloxHandleMoveAction Description: Indicates what action is being done to the handle.
AnchorPoint TTMSFNCBloxLinkPoint Description: If a handle is being dragged over a link point of a element, AnchorPoint contains the TLinkPoint object associated with the link point. Otherwise, AnchorPoint is nil.
Delta TTMSFNCBloxPoint Description: Delta contain the relative position of dragged handle related to its original position before dragging (in Blox coordinates).
Origin TTMSFNCBloxPoint Original start position, in client coordinates