STK XSend comments on this topic.
Right Property (AgDrawElemLine)
See Also
Windows





Windows & Linux

Description

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

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();
[Python - STK API ]
@property
def Right(self) -> OLE_XPOS_PIXELS:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.