Click or drag to resize

Gdi32FuncSetWindowOrgEx Method

Sets the window origin of 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 SetWindowOrgEx(
	IntPtr hdc,
	int X,
	int Y,
	IntPtr lpPoint
)

Parameters

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

Return Value

Boolean
if the window origin was set; otherwise, .
See Also