TiObjectCanvas.SetObjectPenWidth

TiObjectCanvas

Used to set an object's pen width property value.

procedure SetObjectPenWidth(Handle : Integer, Width : Integer);

Description

Call SetObjectPenWidth to set an object's pen width property value.

Example

Delphi

iComponent.SetObjectPenWidth(5, 2);

C++ Builder

iComponent->SetObjectPenWidth(5, 2);

Contents | Index | Previous | Next