示例#1
0
 public static extern GpStatus GdipDrawString(GpGraphics nativeGraphics, string text, int length, GpFont gpFont, RectangleF rect, int p, GpBrush gpBrush);
示例#2
0
 public static extern GpStatus GdipDeleteFont(GpFont nativeFont);
示例#3
0
 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);