INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Window%'s area device context. ", "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_WINDOW_DC
inherit

WEL_DISPLAY_DC
end
creation

make,
make_by_pointer
feature {NONE}-- Initialization

make (a_window: WEL_WINDOW)
-- Makes a DC associated with `a_window'
require
a_window_not_void: a_window /= void
a_window_exists: a_window.exists
ensure
window_set: window = a_window
feature -- Access

window: WEL_WINDOW
feature -- Basic operations

get
-- Get the device context

release
-- Release the device context
end -- class WEL_WINDOW_DC

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES