Click or drag to resize

Gdi32FuncSetWindowExtEx Method

Sets the window extent 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 SetWindowExtEx(
	IntPtr hdc,
	int nXExtent,
	int nYExtent,
	IntPtr lpSize
)

Parameters

hdc  IntPtr
A handle to the device context.
nXExtent  Int32
The horizontal extent.
nYExtent  Int32
The vertical extent.
lpSize  IntPtr
A pointer that receives the previous extent, or Zero.

Return Value

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