INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "General representation of a device context that ", "can be displayed on the screen. ", "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
deferred class WEL_DISPLAY_DC
inherit

WEL_DC
end
feature -- Basic operations

get
-- Get the device context.
require
not_exists: not exists
ensure
exists: exists

release
-- Release the device context.
require
exists: exists
ensure
not_exists: not exists
end -- class WEL_DISPLAY_DC

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES