Back to Devexpress

IdxRichEditDocumentImage.SetScaleY(Single) Method

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

latest1.0 KB
Original Source

IdxRichEditDocumentImage.SetScaleY(Single) Method

Scales the inline image vertically.

Declaration

delphi
procedure SetScaleY(const Value: Single);

Parameters

NameType
ValueSingle

Remarks

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

The SetScaleY procedure is the ScaleY property’s setter.

See Also

IdxRichEditDocumentImage.GetScaleY

IdxRichEditDocumentImage Interface

IdxRichEditDocumentImage Members

dxRichEdit.NativeApi Unit