TiObjectCanvas.SetObjectSizeWidth
TiObjectCanvas
Used to set an object's width property value.
procedure SetObjectSizeWidth(Handle : Integer, Width : Double;);
Description
Call SetObjectSizeWidth to set an object's width property value.
For all objects except the Line object, this value represents the width of the
object. For line objects, this value represents the X2 value (Line Points: X1,
Y1 to X2, Y2).
Example
Delphi
iComponent.SetObjectSizeWidth(5, 10);
C++ Builder
iComponent->SetObjectSizeWidth(5, 10);
Contents | Index | Previous | Next