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