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

The draw rect.
Inheritance: DrawObject
Afficher le fichier Open project: EnsageSharp/Ensage.Common Class Usage Examples

Méthodes publiques

Méthode 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 méthode

The draw.
public Draw ( ) : void
Résultat void

DrawRect() public méthode

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

DrawRect() public méthode

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