Exemplo n.º 1
0
 static extern bool ExtTextOut(
     IntPtr hdc,
     int X,
     int Y,
     ETOOptions fuOptions,
     ref RECT lprc,
     [MarshalAs(UnmanagedType.LPWStr)]
     string lpString,
     int cbCount,
     int[] lpDx
     );
Exemplo n.º 2
0
 private static extern bool ExtTextOut(IntPtr hdc, int X, int Y, ETOOptions fuOptions, [In] ref Rectangle4 lprc, [MarshalAs(UnmanagedType.LPWStr)] string lpString, uint cbCount, [In] IntPtr lpDx);