TiObjectCanvas.SetObjectPositionY

TiObjectCanvas

Used to set an object's position Y property value.

procedure SetObjectPositionY(Handle : Integer) : Double;

Description

Call SetObjectPositionY to set an object's position Y property value.

For all objects except the Line object, this value represents the center Y for the object. For line objects, this value represents the Y1 value (Line Points: X1, Y1 to X2, Y2).

Example

Delphi

iComponent.SetObjectPositionY(5, 0);

C++ Builder

iComponent->SetObjectPositionY(5, 0);

Contents | Index | Previous | Next