IdxRichEditShape.GetSize Method
In This Article
Returns the on-screen dimensions (in the parent document’s measurement units) of the floating picture or text box.
#Declaration
Delphi
function GetSize: TdxSizeF;
#Returns
Type |
---|
Tdx |
#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