Skip to main content

IdxRichEditShape.GetSize Method

Returns the on-screen dimensions (in the parent document’s measurement units) of the floating picture or text box.

Declaration

function GetSize: TdxSizeF;

Returns

Type
TdxSizeF

Remarks

Use the GetSize.Width and GetSize.Height fields to obtain the floating shape’s current width and height, respectively.

The GetSize function is the Size property’s getter.

See Also