Back to Devexpress

IdxRichEditDocumentImage.SetScaleX(Single) Method

vcl-dxrichedit-dot-nativeapi-dot-idxricheditdocumentimage-dot-setscalex-x28-system-dot-single-x29.md

latest1.0 KB
Original Source

IdxRichEditDocumentImage.SetScaleX(Single) Method

Scales the inline image horizontally.

Declaration

delphi
procedure SetScaleX(const Value: Single);

Parameters

NameType
ValueSingle

Remarks

This procedure multiplies the OriginalSize. Width property value by the Value scale factor and assigns the product to the Size. Width property.

The SetScaleX procedure is the ScaleX property’s setter.

See Also

IdxRichEditDocumentImage.GetScaleX

IdxRichEditDocumentImage Interface

IdxRichEditDocumentImage Members

dxRichEdit.NativeApi Unit