IdxRichEditShape.SetSize(TdxSizeF) Method
Declaration
procedure SetSize(const Value: TdxSizeF);
Parameters
Name | Type |
---|---|
Value | TdxSizeF |
Remarks
Call this procedure and pass a TdxSizeF value as the Value parameter to change the floating shape’s on-screen width and/or height. The SetSize procedure updates the ScaleX and ScaleY properties to reflect relations between the new size and the original (unchangeable) shape dimensions.
The SetSize procedure is the Size property’s setter.
See Also