5 references to DRAWTEXTPARAMS
System.Drawing (5)
misc\GDI\NativeMethods.cs (2)
250
private int cbSize = Marshal.SizeOf(typeof(
DRAWTEXTPARAMS
));
265
public DRAWTEXTPARAMS(
DRAWTEXTPARAMS
original)
misc\GDI\UnsafeNativeMethods.cs (3)
406
public static extern int DrawTextExW(HandleRef hDC, string lpszString, int nCount, ref IntNativeMethods.RECT lpRect, int nFormat, [In, Out] IntNativeMethods.
DRAWTEXTPARAMS
lpDTParams);
410
public static extern int DrawTextExA(HandleRef hDC, byte[] lpszString, int byteCount, ref IntNativeMethods.RECT lpRect, int nFormat, [In, Out] IntNativeMethods.
DRAWTEXTPARAMS
lpDTParams);
412
public static int DrawTextEx(HandleRef hDC, string text, ref IntNativeMethods.RECT lpRect, int nFormat, [In, Out] IntNativeMethods.
DRAWTEXTPARAMS
lpDTParams)