Click or drag to resize

Gdi32FuncSetMapMode Method

Sets the mapping mode 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 int SetMapMode(
	IntPtr hdc,
	int fnMapMode
)

Parameters

hdc  IntPtr
A handle to the device context.
fnMapMode  Int32
The new mapping mode.

Return Value

Int32
The previous mapping mode.
See Also