[]
        
(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)
Public Shared Function MoveToEx(hdc As IntPtr, x As Integer, y As Integer, ByRef lpPoint As Win32.POINT) As Boolean
Parameters
Type Name Description
IntPtr hdc
int x
int y
Win32.POINT lpPoint
Returns
Type Description
bool