STK X Send comments on this topic.
Left Property (AgDrawElemRect)
See Also  Example





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(
long * pRetVal
);

[Java]
public int getLeft();

Remarks

The value is expressed in control coordinates.

Example

[Visual Basic .NET] Copy Code
Debug.Print (r.Left)

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1