C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / MoveToEx(IntPtr,Int32,Int32,POINT) Method

In This Topic
MoveToEx(IntPtr,Int32,Int32,POINT) Method
In This Topic
Syntax
'Declaration
 
Public Shared Function MoveToEx( _
   ByVal hdc As IntPtr, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByRef lpPoint As Win32.POINT _
) As Boolean
 

Parameters

hdc
x
y
lpPoint
See Also