Esempio n. 1
0
 public static extern GpStatus GdipDrawString(GpGraphics nativeGraphics, string text, int length, GpFont gpFont, RectangleF rect, int p, GpBrush gpBrush);
Esempio n. 2
0
 public static extern GpStatus GdipDeleteFont(GpFont nativeFont);
Esempio n. 3
0
 public static extern GpStatus GdipCreateFontFromDC(HDC hdc, out GpFont font);
Esempio n. 4
0
 public extern static GpStatus GdipDrawString(GpGraphics nativeGraphics, string text, int length, GpFont gpFont, RectangleF rect, int p, GpBrush gpBrush);
Esempio n. 5
0
 public extern static GpStatus GdipDeleteFont(GpFont nativeFont);
Esempio n. 6
0
 public extern static GpStatus GdipCreateFontFromDC(HDC hdc, out GpFont font);