Méthode | Description | |
---|---|---|
DrawW ( string text, IrrlichtNETCP.Position2D pos, Color color, bool hcenter, bool vcenter ) : void | ||
DrawW ( string text, IrrlichtNETCP.Position2D pos, Color color, bool hcenter, bool vcenter, IrrlichtNETCP.Rect cliprect ) : void | ||
DrawW ( string text, IrrlichtNETCP.Rect rect, Color color, bool hcenter, bool vcenter ) : void | ||
DrawW ( string text, IrrlichtNETCP.Rect rect, Color color, bool hcenter, bool vcenter, IrrlichtNETCP.Rect cliprect ) : void |
Méthode | Description | |
---|---|---|
GUIFont_DrawW ( |
public DrawW ( string text, IrrlichtNETCP.Position2D pos, Color color, bool hcenter, bool vcenter ) : void | ||
text | string | |
pos | IrrlichtNETCP.Position2D | |
color | Color | |
hcenter | bool | |
vcenter | bool | |
Résultat | void |
public DrawW ( string text, IrrlichtNETCP.Position2D pos, Color color, bool hcenter, bool vcenter, IrrlichtNETCP.Rect cliprect ) : void | ||
text | string | |
pos | IrrlichtNETCP.Position2D | |
color | Color | |
hcenter | bool | |
vcenter | bool | |
cliprect | IrrlichtNETCP.Rect | |
Résultat | void |
public DrawW ( string text, IrrlichtNETCP.Rect rect, Color color, bool hcenter, bool vcenter ) : void | ||
text | string | |
rect | IrrlichtNETCP.Rect | |
color | Color | |
hcenter | bool | |
vcenter | bool | |
Résultat | void |
public DrawW ( string text, IrrlichtNETCP.Rect rect, Color color, bool hcenter, bool vcenter, IrrlichtNETCP.Rect cliprect ) : void | ||
text | string | |
rect | IrrlichtNETCP.Rect | |
color | Color | |
hcenter | bool | |
vcenter | bool | |
cliprect | IrrlichtNETCP.Rect | |
Résultat | void |