- indexing
- title: "Device-specific capabilities constants. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
- project: "Windows Eiffel Library"
- copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
- cluster: wel
class WEL_CAPABILITIES_CONSTANTS
- inherit
-
WAPI_DEVICE_PARAMETERS
-
- rename
-
driverversion
as driver_version,
-
horzsize
as horizontal_size,
-
vertsize
as vertical_size,
-
horzres
as horizontal_resolution,
-
vertres
as vertical_resolution,
-
bitspixel
as bits_pixel,
-
numbrushes
as num_brushes,
-
numpens
as num_pens,
-
nummarkers
as num_markers,
-
numfonts
as num_fonts,
-
numcolors
as num_colors,
-
pdevicesize
as pdevice_size,
-
curvecaps
as curve_caps,
-
linecaps
as line_caps,
-
polygonalcaps
as polygonal_caps,
-
textcaps
as text_caps,
-
clipcaps
as clip_caps,
-
rastercaps
as raster_caps,
-
aspectx
as aspect_x,
-
aspecty
as aspect_y,
-
aspectxy
as aspect_x_y,
-
logpixelsx
as logical_pixels_x,
-
logpixelsy
as logical_pixels_y,
-
sizepalette
as size_palette,
-
numreserved
as num_reserved,
-
colorres
as color_resolution
- end
end -- class WEL_CAPABILITIES_CONSTANTS