C# 클래스 IrrlichtNETCP.GUIFont

상속: NativeElement
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GUIFont_DrawW ( IntPtr font, string text, int pos, int color, bool hcenter, bool vcenter, int clip ) : void

메소드 상세

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
리턴 void

DrawW() 공개 메소드

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
리턴 void

DrawW() 공개 메소드

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
리턴 void

DrawW() 공개 메소드

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
리턴 void