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






Windows & Linux

Description

The y-coordinate of the bottom edge of this rectangle.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Bottom() As Integer
[C#]
public int Bottom {get;}
[Managed C++]
public: __property int get_Bottom();
[Unmanaged C++]
public: HRESULT get_Bottom(
    OLE_YPOS_PIXELS * pVal
);
[Java]
public int getBottom();

Remarks

The value is expressed in control coordinates.

See Also

Example

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