eDriven Framework API
Rect Class
NamespaceseDriven.Gui.GraphicsRect
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public sealed class Rect : GraphicsBase
Public NotInheritable Class Rect _
	Inherits GraphicsBase
public ref class Rect sealed : public GraphicsBase
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
Rect()()()()
Initializes a new instance of the Rect class

Rect(array<GraphicOption>[]()[][])
Initializes a new instance of the Rect class

Rect(IFill, array<GraphicOption>[]()[][])
Initializes a new instance of the Rect class

Rect(IStroke, array<GraphicOption>[]()[][])
Initializes a new instance of the Rect class

Rect(IFill, IStroke)
Initializes a new instance of the Rect class

Rect(Int32, Int32, array<GraphicOption>[]()[][])
Initializes a new instance of the Rect class

Rect(Int32, Int32, IStroke, array<GraphicOption>[]()[][])
Initializes a new instance of the Rect class

Rect(Int32, Int32, IFill, array<GraphicOption>[]()[][])
Initializes a new instance of the Rect class

Rect(Int32, Int32, IFill, IStroke, array<GraphicOption>[]()[][])
Initializes a new instance of the Rect class

Rect(Int32, Int32, Int32, Int32, IStroke, array<GraphicOption>[]()[][])
Initializes a new instance of the Rect class

Rect(Int32, Int32, Int32, Int32, IFill, array<GraphicOption>[]()[][])
Initializes a new instance of the Rect class

Rect(Int32, Int32, Int32, Int32, IFill, IStroke, array<GraphicOption>[]()[][])
Initializes a new instance of the Rect class

Rect(Int32, Int32, Int32, Int32, array<GraphicOption>[]()[][])
Initializes a new instance of the Rect class

Rect(IFill, IStroke, array<GraphicOption>[]()[][])
Initializes a new instance of the Rect class

Bottom (Inherited from GraphicsBase.)
CalculatePixelColor(IDraw, Int32, Int32)
If DrawFunction defined, uses it to find the color on the supplied coordinates If not, returns the given color
(Inherited from GraphicsBase.)
Draw()()()() (Overrides GraphicsBase.Draw()()()().)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Fill (Inherited from GraphicsBase.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetPixels()()()() (Inherited from GraphicsBase.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Height (Inherited from GraphicsBase.)
Left (Inherited from GraphicsBase.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Options (Inherited from GraphicsBase.)
Parent (Inherited from GraphicsBase.)
Right (Inherited from GraphicsBase.)
SetPixels(array<Color>[]()[][]) (Inherited from GraphicsBase.)
Stroke (Inherited from GraphicsBase.)
Top (Inherited from GraphicsBase.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Width (Inherited from GraphicsBase.)
Inheritance Hierarchy

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)