Ejemplo n.º 1
0
 GetCharacterPlacement(IntPtr hdc, char* str, int nCount,
 int nMaxExtent, ref GCP_RESULTS lpResults, int dwFlags);
Ejemplo n.º 2
0
 public static unsafe extern int GetCharacterPlacement(IntPtr hdc, char *str, int nCount,
                                                       int nMaxExtent, ref GCP_RESULTS lpResults, int dwFlags);
Ejemplo n.º 3
0
 public static extern int GetCharacterPlacement(HDC hdc, string lpsz, int n1, int n2, ref GCP_RESULTS lpGcpResults, int dw);
Ejemplo n.º 4
0
 GetCharacterPlacement(IntPtr hdc, char *str, int nCount,
                       int nMaxExtent, ref GCP_RESULTS lpResults, int dwFlags);