C# Class IrrlichtNETCP.GUIFont

Inheritance: NativeElement
Mostrar archivo Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Methods

Method 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

Private Methods

Method Description
GUIFont_DrawW ( IntPtr font, string text, int pos, int color, bool hcenter, bool vcenter, int clip ) : void

Method Details

DrawW() public method

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
return void

DrawW() public method

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
return void

DrawW() public method

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
return void

DrawW() public method

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
return void