public static extern void GetContentSize(IntPtr hShape, out XSize pSize);
public static extern void GetTextSize([MarshalAs(UnmanagedType.LPWStr)] string pString, int length, IntPtr hFontX, out XSize pOutSize);
public static extern void GetItemSize(IntPtr hEle, out XSize pSize);
public static extern void GetContentSize(IntPtr hLayout, out XSize pSize);