GetDeviceCapsItem Enumeration

Specifies the item to be returned when calling the GetDeviceCaps(IntPtr, Int32) function.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum GetDeviceCapsItem

Remarks

Members

DriverVersion 0 Device driver version.
Technology 2 Device classification.
HorizontalZSize 4 Horizontal size in millimeters.
VerticalSize 6 Vertical size in millimeters.
HorizontalZResolution 8 Horizontal width in pixels.
VerticalResolution 10 Vertical height in pixels.
BitsPixel 12 Number of bits per pixel.
Planes 14 Number of planes.
NumberOfBrushes 16 Number of brushes the device has.
NumberOfPens 18 Number of pens the device has.
NumberOfMarkers 20 Number of markers the device has.
NumberOfFonts 22 Number of fonts the device has.
NumberOfColors 24 Number of colors the device supports.
DeviceSize 26 Size required for device descriptor.
CurveCaps 28 Curve capabilities.
LineCaps 30 Line capabilities.
PolygonalCaps 32 Polygonal capabilities.
TextCaps 34 Text capabilities.
ClipCaps 36 Clipping capabilities.
RasterCaps 38 Bitblt capabilities.
AspectX 40 Length of the X leg.
AspectY 42 Length of the Y leg.
AspectXY 44 Length of the hypotenuse.
ShadeBlendCaps 45 Shading and Blending caps.
LogPixelsX 88 Logical pixels inch in X.
LogPixelsY 90 Logical pixels inch in Y.
SizePalette 104 Number of entries in physical palette.
NumberOfReservedPaletter 106 Number of reserved entries in palette.
ColorResolution 108 Actual color resolution.
PhysicalWidth 110 Physical Width in device units.
PhysicalHeight 111 Physical Height in device units.
PhysicalOffsetX 112 Physical Printable Area x margin.
PhysicalOffsetY 113 Physical Printable Area y margin.
ScalingFactorX 114 Scaling factor X.
ScalingFactorY 115 Scaling factor Y.
VerticalRefresh 116 Current vertical refresh rate of the display device (for displays only) in Hz.
DesktopVerticalResolution 117 Vertical height of entire desktop in pixels.
DesktopHorizontalZResolution 118 Horizontal width of entire desktop in pixels.
BitAlignment 119 Preferred blt alignment.

See Also