INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Raster capabilities (RC) 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_RASTER_CAPABILITIES_CONSTANTS
inherit

WAPI_RASTER_CAPABILITIES
rename
rc_none as b32rc_none,
rc_bitblt as b32rc_bitblt,
rc_banding as b32rc_banding,
rc_scaling as b32rc_scaling,
rc_bitmap64 as b32rc_bitmap64,
rc_gdi20_output as b32rc_gdi20_output,
rc_gdi20_state as b32rc_gdi20_state,
rc_savebitmap as b32rc_savebitmap,
rc_di_bitmap as b32rc_di_bitmap,
rc_palette as b32rc_palette,
rc_dibtodev as b32rc_dibtodev,
rc_bigfont as b32rc_bigfont,
rc_stretchblt as b32rc_stretchblt,
rc_floodfill as b32rc_floodfill,
rc_stretchdib as b32rc_stretchdib,
rc_op_dx_output as b32rc_op_dx_output,
rc_devbits as b32rc_devbits
end
feature -- Access

Rc_bitblt: INTEGER
-- Transfers bitmaps

Rc_banding: INTEGER
-- Supports banding

Rc_scaling: INTEGER
-- Supports scaling

Rc_bitmap64: INTEGER
-- Supports bitmaps larger than 64K

Rc_gdi20_output: INTEGER
-- Supports Windows version 2.0 features

Rc_gdi20_state: INTEGER
-- Includes a state block in the device context

Rc_savebitmap: INTEGER
-- Saves bitmaps locally

Rc_di_bitmap: INTEGER
-- Supports the set_di_bits feature

Rc_palette: INTEGER
-- Specifies a palette-based device

Rc_dibtodev: INTEGER
-- Supports the set_di_bits_to_device feature

Rc_bigfont: INTEGER
-- Supports fonts larger then 64K

Rc_stretchblt: INTEGER
-- Supports the stretch_blt feature

Rc_floodfill: INTEGER
-- Performs flood fills

Rc_stretchdib: INTEGER
-- Supports the stretch_di_bits feature

Rc_op_dx_output: INTEGER
-- Supports dev opaque and DX array

Rc_devbits: INTEGER
-- Supports device bitmaps
end -- class WEL_RASTER_CAPABILITIES_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES