INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "The WAPI_POINT class defines the x- and y- coordinates", "of a point."
project: "Visual Eiffel Win32 Library"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: winlib
class WAPI_POINT
feature -- Class data

x: INTEGER

y: INTEGER
feature -- Access

ptr: POINTER
feature -- Queries

data_size: INTEGER
feature -- Change

set_x (i: INTEGER)
ensure
correct_set: x = i

set_y (i: INTEGER)
ensure
correct_set: y = i

set (x_, y_: INTEGER)
end -- class WAPI_POINT

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES