INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Polygonal capabilities (PC) 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_POLYGONAL_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

Pc_none: INTEGER
-- Supports no polygons

Pc_polygon: INTEGER
-- Supports alternate fill polygons

Pc_rectangle: INTEGER
-- Supports rectangles

Pc_windpolygon: INTEGER
-- Supports winding number fill polygons

Pc_scanline: INTEGER
-- Supports scan lines

Pc_wide: INTEGER
-- Supports wide borders

Pc_styled: INTEGER
-- Supports styled borders

Pc_widestyled: INTEGER
-- Supports wide, styled borders

Pc_interiors: INTEGER
-- Supports interiors
end -- class WEL_POLYGONAL_CAPABILITIES_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES