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






Windows & Linux

Description

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

Property type

Read-only property

Syntax

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

Remarks

The value is expressed in control coordinates.

See Also

Example

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