AGI Components with Insight3D Alpha 2008 r8
AgGxRectangle Interface
Library ReferenceAGI.GraphicsAgGxRectangle
AgGxRectangle Class
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
AgGxRectangle : 
IAgGxRectangle
Public 
Interface 
AgGxRectangle _
        
Implements 
IAgGxRectangle
public 
interface class 
AgGxRectangle : 
IAgGxRectangle
Members
All Members Methods Properties



Icon Member Description
Bottom
The location of the bottom edge of the rectangle.
(Inherited from IAgGxRectangle.)
Get(Int32 % , Int32 % , Int32 % , Int32 % ) (Inherited from IAgGxRectangle.)
Height
The height of the rectangle.
(Inherited from IAgGxRectangle.)
Left
The location of the left edge of the rectangle.
(Inherited from IAgGxRectangle.)
Right
The location of the right edge of the rectangle.
(Inherited from IAgGxRectangle.)
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.
(Inherited from IAgGxRectangle.)
Top
The location of the top edge of the rectangle.
(Inherited from IAgGxRectangle.)
Width
The width of the rectangle.
(Inherited from IAgGxRectangle.)

Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)