IdxRichEditDocumentImage.GetSize Method
In This Article
Returns the inline image’s current dimensions, in measurement units of the parent document.
#Declaration
Delphi
function GetSize: TdxSizeF;
#Returns
Type |
---|
Tdx |
#Remarks
Use the GetSize.Width and GetSize.Height fields to obtain the inline image’s on-screen width and height, respectively.
This function is the Size property’s getter.
See Also