Метод | Описание | |
---|---|---|
Begin ( ) : void |
Begins the draw operation.
|
|
DirectXGraphics ( ) : System |
Initializes a new DirectXGraphics class.
|
|
DrawArc ( |
Draws an Arc.
|
|
DrawEllipse ( |
Draws a Ellipse.
|
|
DrawLine ( |
Draws a Line between two points.
|
|
DrawPolygon ( |
Draws a Polygon.
|
|
DrawRectangle ( |
Draws a Rectangle.
|
|
DrawString ( string text, |
Draws a string.
|
|
DrawString ( string text, |
Draws a string.
|
|
DrawTexture ( SpriteSheet spriteSheet, |
Draws a Texture.
|
|
DrawTexture ( SpriteSheet spriteSheet, |
Draws a Texture.
|
|
DrawTexture ( Texture2D texture, |
Draws a Texture.
|
|
DrawTexture ( Texture2D texture, |
Draws a Texture.
|
|
DrawTexture ( Texture2D texture, |
Draws a Texture.
|
|
End ( ) : void |
Ends the draw operation.
|
|
FillEllipse ( Color color, |
Fills a Ellipse.
|
|
FillPolygon ( Color color, |
Fills a Polygon.
|
|
FillRectangle ( Color color, |
Fills a Rectangle.
|
|
Initialize ( ) : void |
Initializes the graphics.
|
|
MeasureString ( string text, |
Measures the string.
|
|
ResetTransform ( ) : void |
Resets the Transform.
|
|
SetTransform ( |
Sets the Transform.
|
public DrawArc ( |
||
pen | The Pen. | |
rectangle | The Rectangle. | |
startAngle | float | The StartAngle. |
sweepAngle | float | The SweepAngle. |
Результат | void |
public DrawEllipse ( |
||
pen | The Pen. | |
ellipse | The Ellipse. | |
Результат | void |
public DrawLine ( |
||
pen | The Pen. | |
start | The Startpoint. | |
target | The Targetpoint. | |
Результат | void |
public DrawPolygon ( |
||
pen | The Pen. | |
polygon | The Polygon. | |
Результат | void |
public DrawRectangle ( |
||
pen | The Pen. | |
rectangle | The Rectangle. | |
Результат | void |
public DrawString ( string text, |
||
text | string | The Text. |
font | The Font. | |
rectangle | The Rectangle. | |
color | Color | The Color. |
Результат | void |
public DrawString ( string text, |
||
text | string | The Text. |
font | The Font. | |
position | The Position. | |
color | Color | The Color. |
Результат | void |
public DrawTexture ( SpriteSheet spriteSheet, |
||
spriteSheet | SpriteSheet | The SpriteSheet. |
rectangle | The Rectangle. | |
color | Color | The Color. |
opacity | float | The Opacity. |
Результат | void |
public DrawTexture ( SpriteSheet spriteSheet, |
||
spriteSheet | SpriteSheet | The SpriteSheet. |
position | The Position. | |
color | Color | The Color. |
opacity | float | The Opacity. |
Результат | void |
public DrawTexture ( Texture2D texture, |
||
texture | Texture2D | The Texture. |
rectangle | The Rectangle. | |
color | Color | The Color. |
opacity | float | The Opacity. |
Результат | void |
public DrawTexture ( Texture2D texture, |
||
texture | Texture2D | The Texture. |
source | The SourceRectangle. | |
destination | The DestinationRectangle. | |
color | Color | The Color. |
opacity | float | The Opacity. |
Результат | void |
public DrawTexture ( Texture2D texture, |
||
texture | Texture2D | The Texture. |
position | The Position. | |
color | Color | The Color. |
opacity | float | The Opacity. |
Результат | void |
public FillEllipse ( Color color, |
||
color | Color | The Color. |
ellipse | The Ellipse. | |
Результат | void |
public FillPolygon ( Color color, |
||
color | Color | The Color. |
polygon | The Polygon. | |
Результат | void |
public FillRectangle ( Color color, |
||
color | Color | The Color. |
rectangle | The Rectangle. | |
Результат | void |
public MeasureString ( string text, |
||
text | string | The String. |
font | The Font. | |
Результат |
public SetTransform ( |
||
matrix | The Matrix. | |
Результат | void |