Moves the current position in the specified device context.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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