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