public static extern void GetRect(IntPtr hShape, out XRect pRect);
public static extern bool GetClientRect(IntPtr hWindow, out XRect pRect);
public static extern void GetBodyRect(IntPtr hWindow, out XRect pRect);
public static extern void GetViewRect(IntPtr hEle, out XRect pRect);
public static extern void GetLayoutAreaRect(IntPtr hWindow, out XRect pRect);
public static extern void GetRectFrame(IntPtr hLayout, out XRect pRect);