Method | Description | |
---|---|---|
Begin ( ) : void |
Begins the draw operation.
|
|
DrawString ( string text, |
Draws a string.
|
|
DrawString ( string text, |
Draws a string.
|
|
DrawTexture ( |
Draws a Texture.
|
|
DrawTexture ( |
Draws a Texture.
|
|
DrawTexture ( |
Draws a Texture.
|
|
DrawTexture ( |
Draws a Texture.
|
|
DrawTexture ( |
Draws a Texture.
|
|
DrawTexture ( |
Draws a Texture.
|
|
DrawTexture ( |
Draws a Texture.
|
|
DrawTexture ( |
Draws a Texture.
|
|
DrawTexture ( |
Draws a Texture.
|
|
DrawTexture ( |
Draws a Texture.
|
|
End ( ) : void |
Ends the draw operation.
|
|
MeasureString ( string text, |
Measures the string.
|
|
ResetTransform ( ) : void |
Resets the Transform.
|
|
SetTransform ( |
Sets the Transform.
|
|
SpriteBatch ( |
Initializes a new SpriteBatch class.
|
public DrawString ( string text, |
||
text | string | The Text. |
font | The Font. | |
rectangle | The Rectangle. | |
color | Color | The Color. |
return | void |
public DrawString ( string text, |
||
text | string | The Text. |
font | The Font. | |
position | Vector2 | The Position. |
color | Color | The Color. |
return | void |
public DrawTexture ( |
||
spriteSheet | The SpriteSheet. | |
rectangle | The Rectangle. | |
color | Color | The Color. |
opacity | float | The Opacity. |
return | void |
public DrawTexture ( |
||
spriteSheet | The SpriteSheet. | |
rectangle | The Rectangle. | |
opacity | float | The Opacity. |
return | void |
public DrawTexture ( |
||
spriteSheet | The SpriteSheet. | |
position | Vector2 | The Position. |
color | Color | The Color. |
opacity | float | The Opacity. |
return | void |
public DrawTexture ( |
||
spriteSheet | The SpriteSheet. | |
position | Vector2 | The Position. |
opacity | float | The Opacity. |
return | void |
public DrawTexture ( |
||
texture | The Texture. | |
rectangle | The Rectangle. | |
color | Color | The Color. |
opacity | float | The Opacity. |
return | void |
public DrawTexture ( |
||
texture | The Texture. | |
source | The SourceRectangle. | |
destination | The DestinationRectangle. | |
color | Color | The Color. |
opacity | float | The Opacity. |
return | void |
public DrawTexture ( |
||
texture | The Texture. | |
source | The SourceRectangle. | |
destination | The DestinationRectangle. | |
opacity | float | The Opacity. |
return | void |
public DrawTexture ( |
||
texture | The Texture. | |
rectangle | The Rectangle. | |
opacity | float | The Opacity. |
return | void |
public DrawTexture ( |
||
texture | The Texture. | |
position | Vector2 | The Position. |
color | Color | The Color. |
opacity | float | The Opacity. |
return | void |
public DrawTexture ( |
||
texture | The Texture. | |
position | Vector2 | The Position. |
opacity | float | The Opacity. |
return | void |
public MeasureString ( string text, |
||
text | string | The String. |
font | The Font. | |
return | Vector2 |
public SetTransform ( |
||
matrix | The Matrix. | |
return | void |
public SpriteBatch ( |
||
graphicsManager | The GraphicsManager. | |
return | System |