C# Class Ensage.Common.Objects.DrawObjects.DrawRect

The draw rect.
Inheritance: DrawObject
Datei anzeigen Open project: EnsageSharp/Ensage.Common Class Usage Examples

Public Methods

Method Description
Draw ( ) : void

The draw.

DrawRect ( SharpDX.Color color ) : SharpDX

Initializes a new instance of the DrawRect class.

DrawRect ( DotaTexture texture ) : SharpDX

Initializes a new instance of the DrawRect class.

Method Details

Draw() public method

The draw.
public Draw ( ) : void
return void

DrawRect() public method

Initializes a new instance of the DrawRect class.
public DrawRect ( SharpDX.Color color ) : SharpDX
color SharpDX.Color /// The color. ///
return SharpDX

DrawRect() public method

Initializes a new instance of the DrawRect class.
public DrawRect ( DotaTexture texture ) : SharpDX
texture DotaTexture /// The texture. ///
return SharpDX