A two dimensional rectangle.
| C# | Visual Basic | Visual C++ |
public interface IAgGxRectangle
Public Interface IAgGxRectangle
public interface class IAgGxRectangle
| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
Bottom |
The location of the bottom edge of the
rectangle.
|
|
|
Get(Int32 % , Int32 % , Int32 % , Int32 % ) |
|
|
|
Height |
The height of the rectangle.
|
|
|
Left |
The location of the left edge of the
rectangle.
|
|
|
Right |
The location of the right edge of the
rectangle.
|
|
|
Set(Int32, Int32, Int32, Int32) |
Sets the rectangles's edge coordinates. This
method is more efficient then setting the left, bottom, right and
top coordinates individually.
|
|
|
Top |
The location of the top edge of the
rectangle.
|
|
|
Width |
The width of the rectangle.
|
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)