Click or drag to resize

Gdi32FuncMoveToEx Method

Moves the current position in the specified device context.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool MoveToEx(
	IntPtr hdc,
	int X,
	int Y,
	IntPtr zero
)

Parameters

hdc  IntPtr
A handle to the device context.
X  Int32
The new x-coordinate.
Y  Int32
The new y-coordinate.
zero  IntPtr
A pointer that receives the previous position, or Zero.

Return Value

Boolean
if the position was updated; otherwise, .
See Also