STK XSend comments on this topic.
Left Property (AgDrawElemRect)
See Also  Example
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(
   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

© 2018 Analytical Graphics, Inc. All Rights Reserved.