DstLeft property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int DstLeft

Delphi Syntax

DstLeft: Integer

Overview

Refer to Displaying an Image.

Remarks

The X coordinate of the origin of the destination rectangle used when painting.

The initial value is 0. You can set this property or use the SetDstRect method to change the value. The position of the rectangle is relative to the Main Control. The unit of measure is pixels.

The AutoScroll property must be FALSE before setting DstLeft or DstTop.

See Also

Elements:

DstHeight property, DstTop property, DstWidth property

Topics:

Raster Images: Displaying Images