STK XSend comments on this topic.
Set Method (AgDrawElemLine)
See Also
Left
Top
Right
Bottom
Windows





Windows & Linux

Description

Set the rectangle coordinates.

Syntax

[Visual Basic .NET]
Public Sub Set( _
    ByVal Left As Integer, _
    ByVal Top As Integer, _
    ByVal Right As Integer, _
    ByVal Bottom As Integer _
)
[C#]
public void Set(
    int Left,
    int Top,
    int Right,
    int Bottom
);
[Managed C++]
public: void Set(
    int Left,
    int Top,
    int Right,
    int Bottom
);
[Unmanaged C++]
public: HRESULT Set(
    OLE_XPOS_PIXELS Left,
    OLE_YPOS_PIXELS Top,
    OLE_XPOS_PIXELS Right,
    OLE_YPOS_PIXELS Bottom
);
[Java]
public void set(
    int Left,
    int Top,
    int Right,
    int Bottom
);
[Python - STK API ]
def Set(self, Left:OLE_XPOS_PIXELS, Top:OLE_YPOS_PIXELS, Right:OLE_XPOS_PIXELS, Bottom:OLE_YPOS_PIXELS) -> None:

Parameters

Left
Top
Right
Bottom

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.