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