Gdi32FuncGetDeviceCaps Method |
Retrieves device-specific information for the specified device.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Int32The requested device capability value.
See Also