STK XSend comments on this topic.
Left Property (IAgDrawElemLine)
See Also
Windows





Windows & Linux

Description

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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.