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.
|
public DrawRect ( SharpDX.Color color ) : SharpDX | ||
color | SharpDX.Color | /// The color. /// |
return | SharpDX |
public DrawRect ( DotaTexture texture ) : SharpDX | ||
texture | DotaTexture | /// The texture. /// |
return | SharpDX |