예제 #1
0
파일: Bitmaps.cs 프로젝트: north0808/haina
 public static extern GpStatus GdipDrawString(GpGraphics nativeGraphics, string text, int length, GpFont gpFont, RectangleF rect, int p, GpBrush gpBrush);
예제 #2
0
파일: Bitmaps.cs 프로젝트: north0808/haina
 public static extern GpStatus GdipDeleteFont(GpFont nativeFont);
예제 #3
0
파일: Bitmaps.cs 프로젝트: north0808/haina
 public static extern GpStatus GdipCreateFontFromDC(HDC hdc, out GpFont font);
예제 #4
0
파일: Bitmaps.cs 프로젝트: windygu/haina
 public extern static GpStatus GdipDrawString(GpGraphics nativeGraphics, string text, int length, GpFont gpFont, RectangleF rect, int p, GpBrush gpBrush);
예제 #5
0
파일: Bitmaps.cs 프로젝트: windygu/haina
 public extern static GpStatus GdipDeleteFont(GpFont nativeFont);
예제 #6
0
파일: Bitmaps.cs 프로젝트: windygu/haina
 public extern static GpStatus GdipCreateFontFromDC(HDC hdc, out GpFont font);