C# 클래스 Sharpex2D.Rendering.OpenGL.BitmapFont

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D 1 사용 예제들

공개 메소드들

메소드 설명
DrawTextToBitmap ( string text, System font, Color color ) : Bitmap

Draws the text into a bitmap.

메소드 상세

DrawTextToBitmap() 공개 정적인 메소드

Draws the text into a bitmap.
public static DrawTextToBitmap ( string text, System font, Color color ) : Bitmap
text string The Text.
font System The Font.
color System.Drawing.Color The Color.
리턴 System.Drawing.Bitmap