INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Clipping capabilities (CP) 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_CLIPPING_CAPABILITIES_CONSTANTS
inherit

WAPI_POLYGONAL_CAPABILITIES
rename
pc_none as b32pc_none,
pc_polygon as b32pc_polygon,
pc_rectangle as b32pc_rectangle,
pc_windpolygon as b32pc_windpolygon,
pc_trapezoid as b32pc_trapezoid,
pc_scanline as b32pc_scanline,
pc_wide as b32pc_wide,
pc_styled as b32pc_styled,
pc_widestyled as b32pc_widestyled,
pc_interiors as b32pc_interiors,
cp_none as b32cp_none,
cp_rectangle as b32cp_rectangle,
cp_region as b32cp_region
end
feature -- Access

Cp_none: INTEGER
-- Output is not clipped

Cp_rectangle: INTEGER
-- Output is clipped to rectangles

Cp_region: INTEGER
-- Output is clipped to regions
end -- class WEL_CLIPPING_CAPABILITIES_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES