コード例 #1
0
ファイル: Win32_pinvoke.cs プロジェクト: hamish-milne/AmityUI
 private static extern bool ExtTextOutW(
     IntPtr hdc,
     int x,
     int y,
     ETO options,
     [MarshalAs(LPArray)] RECT[] lprect,
     [MarshalAs(LPWStr)] string lpString,
     uint c,
     [MarshalAs(LPArray)] int[] lpDx
     );
コード例 #2
0
 public unsafe static extern BOOL ExtTextOutW(HDC hdc, int x, int y, ETO options, ref RECT lprect, string?lpString, int c, int *lpDx);
コード例 #3
0
 public static extern bool ExtTextOutW(IntPtr hdc, int X, int Y, ETO fuOptions, ref RECT lprc, IntPtr lpString, int cbCount, [In] IntPtr lpDx);