[]
        
(Showing Draft Content)

C1.Util.Win.Win32.MoveToEx

MoveToEx Method

MoveToEx(nint, int, int, ref POINT)

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