AGI STK X 11Send comments on this topic.
Left Property (AgDrawElemRect)
See Also
Windows






Windows & Linux

Description

The x-coordinate of the left edge of this rectangle.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Left() As Integer
[C#]
public int Left {get;}
[Managed C++]
public: __property int get_Left();
[Unmanaged C++]
public: HRESULT get_Left(
    OLE_XPOS_PIXELS * pVal
);
[Java]
public int getLeft();

Remarks

The value is expressed in control coordinates.

See Also

Example

[Visual Basic .NET]
Debug.Print (r.Left)
© 2019 Analytical Graphics, Inc. All Rights Reserved.