[]
        
(Showing Draft Content)

C1.Util.Win.Win32.MoveToEx

MoveToEx Method

MoveToEx(IntPtr, int, int, ref POINT)

Declaration
public static extern bool MoveToEx(IntPtr hdc, int x, int y, ref Win32.POINT lpPoint)
Parameters
Type Name Description
IntPtr hdc
int x
int y
Win32.POINT lpPoint
Returns
Type Description
bool