Table of Contents

TTMSFNCBloxBaseGroup.BloxRotCenter Method

Returns the current position of the block's rotation center, expressed in client coordinates.

API unit family: TMSFNCBloxCoreBlock Declaring type: TTMSFNCBloxBaseGroup Inherited from: TTMSFNCBloxBlock

Syntax

function BloxRotCenter: TTMSFNCBloxPoint; virtual;

Remarks

Unlike RotationCenter, which stores the center in relative (percentage) coordinates, this method resolves the center against the current bounds and angle.

Returns

The rotation center point in client coordinates.