TTMSFNCBloxElement.GetHandlePos Method
Returns the coordinates of the specified handle. Descendants can override this to convert their own handle coordinates into element coordinates.
API unit family: TMSFNCBloxCoreElement
Declaring type: TTMSFNCBloxElement
Syntax
function GetHandlePos(AHandle: TTMSFNCBloxHandle): TTMSFNCBloxPoint; virtual;
Parameters
| Name | Description |
|---|---|
AHandle |
Handle whose position is requested. |
Returns
The position of the handle, in element coordinates.