[This is preliminary documentation and is subject to change.]
Namespace: NFX.WinApiAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool MoveToEx(
IntPtr hDc,
int x,
int y,
IntPtr lpPoint
)
public static bool MoveToEx(
IntPtr hDc,
int x,
int y,
IntPtr lpPoint
)
Public Shared Function MoveToEx (
hDc As IntPtr,
x As Integer,
y As Integer,
lpPoint As IntPtr
) As Boolean
Public Shared Function MoveToEx (
hDc As IntPtr,
x As Integer,
y As Integer,
lpPoint As IntPtr
) As Boolean
public:
static bool MoveToEx(
IntPtr hDc,
int x,
int y,
IntPtr lpPoint
)
public:
static bool MoveToEx(
IntPtr hDc,
int x,
int y,
IntPtr lpPoint
)
static member MoveToEx :
hDc : IntPtr *
x : int *
y : int *
lpPoint : IntPtr -> boolstatic member MoveToEx :
hDc : IntPtr *
x : int *
y : int *
lpPoint : IntPtr -> boolReturn Value
Type:
Boolean