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