Click or drag to resize

Gdi32FuncGetDeviceCaps Method

Retrieves device-specific information for the specified device.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int GetDeviceCaps(
	IntPtr hdc,
	int capindex
)

Parameters

hdc  IntPtr
A handle to the device context.
capindex  Int32
The device capability index to query.

Return Value

Int32
The requested device capability value.
See Also