Exemplo n.º 1
0
 public static extern void GetContentSize(IntPtr hShape, out XSize pSize);
Exemplo n.º 2
0
 public static extern void GetTextSize([MarshalAs(UnmanagedType.LPWStr)] string pString, int length,
     IntPtr hFontX, out XSize pOutSize);
Exemplo n.º 3
0
 public static extern void GetItemSize(IntPtr hEle, out XSize pSize);
Exemplo n.º 4
0
 public static extern void GetContentSize(IntPtr hLayout, out XSize pSize);