Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditShape.GetOffset Method

Returns the floating shape’s position offset (in the parent document’s measurement units) from a base document position.

#Declaration

Delphi
function GetOffset: TdxPointF;

#Returns

Type
TdxPointF

#Remarks

Use the GetOffset.X and GetOffset.Y fields to obtain the absolute offsets from the horizontal and vertical document items that are the closest to the floating shape’s anchor position in the parent document.

The GetOffset function is the Offset property’s getter.

See Also