IdxRichEditDocumentImage.SetScaleX(Single) Method
In This Article
Scales the inline image horizontally.
#Declaration
Delphi
procedure SetScaleX(const Value: Single);
#Parameters
Name | Type |
---|---|
Value | Single |
#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