Esempio n. 1
0
 public static unsafe extern bool GetTextExtentPoint32Char(IntPtr hdc, char* ch, int c, out WIN32SIZE size);
Esempio n. 2
0
 public static extern bool GetTextExtentPoint32(IntPtr hdc, char[] charBuffer, int c, out WIN32SIZE size);
Esempio n. 3
0
 public static unsafe extern bool GetTextExtentPoint32Char(IntPtr hdc, char *ch, int c, out WIN32SIZE size);
Esempio n. 4
0
 public static extern bool GetTextExtentPoint32(IntPtr hdc, char[] charBuffer, int c, out WIN32SIZE size);
Esempio n. 5
0
 public static extern bool GetTextExtentPoint32(IntPtr hdc, string lpstring, int c, out WIN32SIZE size);
Esempio n. 6
0
 public static extern bool GetTextExtentPoint32(IntPtr hdc, string lpstring, int c, out WIN32SIZE size);