Back to Devexpress

IdxRichEditDocumentImage.SetSize(TdxSizeF) Method

vcl-dxrichedit-dot-nativeapi-dot-idxricheditdocumentimage-dot-setsize-x28-cxgeometry-dot-tdxsizef-x29.md

latest1.4 KB
Original Source

IdxRichEditDocumentImage.SetSize(TdxSizeF) Method

Resizes the inline image.

Declaration

delphi
procedure SetSize(const Value: TdxSizeF);

Parameters

NameType
ValueTdxSizeF

Remarks

Call this procedure and pass new dimensions as the Value parameter to change the inline image’s size within the parent document. The procedure also divides:

The SetSize procedure is the Size property’s setter.

See Also

IdxRichEditDocumentImage.GetSize

IdxRichEditDocumentImage Interface

IdxRichEditDocumentImage Members

dxRichEdit.NativeApi Unit