Méthode | Description | |
---|---|---|
Begin ( ) : void |
Begins the draw operation.
|
|
DirectXGraphics ( ) : System |
Initializes a new DirectXGraphics class.
|
|
DrawArc ( Pen pen, |
Draws an Arc.
|
|
DrawEllipse ( Pen pen, |
Draws a Ellipse.
|
|
DrawLine ( Pen pen, |
Draws a Line between two points.
|
|
DrawPolygon ( Pen pen, |
Draws a Polygon.
|
|
DrawRectangle ( Pen pen, |
Draws a Rectangle.
|
|
DrawString ( string text, Font font, |
Draws a string.
|
|
DrawString ( string text, Font font, |
Draws a string.
|
|
DrawTexture ( SpriteSheet spriteSheet, |
Draws a Texture.
|
|
DrawTexture ( SpriteSheet spriteSheet, |
Draws a Texture.
|
|
DrawTexture ( SharpDX.Direct3D11.Texture2D texture, |
Draws a Texture.
|
|
DrawTexture ( SharpDX.Direct3D11.Texture2D texture, |
Draws a Texture.
|
|
DrawTexture ( SharpDX.Direct3D11.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, Font font ) : |
Measures the string.
|
|
ResetTransform ( ) : void |
Resets the Transform.
|
|
SetTransform ( |
Sets the Transform.
|
public DrawArc ( Pen pen, |
||
pen | Pen | The Pen. |
rectangle | The Rectangle. | |
startAngle | float | The StartAngle. |
sweepAngle | float | The SweepAngle. |
Résultat | void |
public DrawEllipse ( Pen pen, |
||
pen | Pen | The Pen. |
ellipse | The Ellipse. | |
Résultat | void |
public DrawLine ( Pen pen, |
||
pen | Pen | The Pen. |
start | The Startpoint. | |
target | The Targetpoint. | |
Résultat | void |
public DrawPolygon ( Pen pen, |
||
pen | Pen | The Pen. |
polygon | The Polygon. | |
Résultat | void |
public DrawRectangle ( Pen pen, |
||
pen | Pen | The Pen. |
rectangle | The Rectangle. | |
Résultat | void |
public DrawString ( string text, Font font, |
||
text | string | The Text. |
font | Font | The Font. |
rectangle | The Rectangle. | |
color | Color | The Color. |
Résultat | void |
public DrawString ( string text, Font font, |
||
text | string | The Text. |
font | Font | The Font. |
position | The Position. | |
color | Color | The Color. |
Résultat | void |
public DrawTexture ( SpriteSheet spriteSheet, |
||
spriteSheet | SpriteSheet | The SpriteSheet. |
rectangle | The Rectangle. | |
color | Color | The Color. |
opacity | float | The Opacity. |
Résultat | void |
public DrawTexture ( SpriteSheet spriteSheet, |
||
spriteSheet | SpriteSheet | The SpriteSheet. |
position | The Position. | |
color | Color | The Color. |
opacity | float | The Opacity. |
Résultat | void |
public DrawTexture ( SharpDX.Direct3D11.Texture2D texture, |
||
texture | SharpDX.Direct3D11.Texture2D | The Texture. |
rectangle | The Rectangle. | |
color | Color | The Color. |
opacity | float | The Opacity. |
Résultat | void |
public DrawTexture ( SharpDX.Direct3D11.Texture2D texture, |
||
texture | SharpDX.Direct3D11.Texture2D | The Texture. |
source | The SourceRectangle. | |
destination | The DestinationRectangle. | |
color | Color | The Color. |
opacity | float | The Opacity. |
Résultat | void |
public DrawTexture ( SharpDX.Direct3D11.Texture2D texture, |
||
texture | SharpDX.Direct3D11.Texture2D | The Texture. |
position | The Position. | |
color | Color | The Color. |
opacity | float | The Opacity. |
Résultat | void |
public FillEllipse ( Color color, |
||
color | Color | The Color. |
ellipse | The Ellipse. | |
Résultat | void |
public FillPolygon ( Color color, |
||
color | Color | The Color. |
polygon | The Polygon. | |
Résultat | void |
public FillRectangle ( Color color, |
||
color | Color | The Color. |
rectangle | The Rectangle. | |
Résultat | void |
public MeasureString ( string text, Font font ) : |
||
text | string | The String. |
font | Font | The Font. |
Résultat |
public SetTransform ( |
||
matrix | The Matrix. | |
Résultat | void |