Click or drag to resize

Win32MoveToEx Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.Win32.MoveToEx(System.IntPtr,System.Int32,System.Int32,System.IntPtr)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static bool MoveToEx(
	IntPtr hdc,
	int x,
	int y,
	IntPtr pt
)

Parameters

hdc
Type: SystemIntPtr

[Missing <param name="hdc"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.MoveToEx(System.IntPtr,System.Int32,System.Int32,System.IntPtr)"]

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.MoveToEx(System.IntPtr,System.Int32,System.Int32,System.IntPtr)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.MoveToEx(System.IntPtr,System.Int32,System.Int32,System.IntPtr)"]

pt
Type: SystemIntPtr

[Missing <param name="pt"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.MoveToEx(System.IntPtr,System.Int32,System.Int32,System.IntPtr)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.Win32.MoveToEx(System.IntPtr,System.Int32,System.Int32,System.IntPtr)"]

See Also