Méthode | Description | |
---|---|---|
Clear ( this renderer, |
Clear this renderer to a character.
|
|
DrawBox ( this renderer, int x, int y, uint w, uint h, string box, |
Draw a 9-patch box. Box indices: 012 345 678
|
|
DrawImage ( this renderer, int x, int y, ITextRenderer image ) : void |
Draw a renderer to this renderer.
|
|
DrawImagePartial ( this renderer, int x, int y, ITextRenderer image, uint startX, uint startY, uint width, uint height ) : void |
Draw part of a renderer to this renderer.
|
|
DrawText ( this renderer, int x, int y, string text, |
Draw unformatted text. Will not handle control characters.
|
|
Effect ( this renderer, |
Access this renderer behind an effect function.
|
|
Region ( this renderer, int x, int y, uint w, uint h ) : |
Access a subregion of this renderer.
|
public static Clear ( this renderer, |
||
renderer | this | |
character | ||
useBlending | bool | |
Résultat | void |
public static DrawBox ( this renderer, int x, int y, uint w, uint h, string box, |
||
renderer | this | |
x | int | |
y | int | |
w | uint | |
h | uint | |
box | string | |
color | ||
Résultat | void |
public static DrawImage ( this renderer, int x, int y, ITextRenderer image ) : void | ||
renderer | this | |
x | int | |
y | int | |
image | ITextRenderer | |
Résultat | void |
public static DrawImagePartial ( this renderer, int x, int y, ITextRenderer image, uint startX, uint startY, uint width, uint height ) : void | ||
renderer | this | |
x | int | |
y | int | |
image | ITextRenderer | |
startX | uint | |
startY | uint | |
width | uint | |
height | uint | |
Résultat | void |
public static DrawText ( this renderer, int x, int y, string text, |
||
renderer | this | |
x | int | |
y | int | |
text | string | |
color | ||
Résultat | void |
public static Effect ( this renderer, |
||
renderer | this | |
effect | ||
Résultat |
public static Region ( this renderer, int x, int y, uint w, uint h ) : |
||
renderer | this | |
x | int | |
y | int | |
w | uint | |
h | uint | |
Résultat |