Gdi32FuncSetMapMode Method |
Sets the mapping mode of the specified device context.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int SetMapMode(
IntPtr hdc,
int fnMapMode
)
Parameters
- hdc IntPtr
- A handle to the device context.
- fnMapMode Int32
- The new mapping mode.
Return Value
Int32The previous mapping mode.
See Also