- indexing
- title: "Visual Eiffel Library.", "The WAPI_LOGPEN class defines the style, width, and color", "of a pen."
- 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_LOGPEN
- inherit
-
WAPI_GET_POINTER
- end
- feature -- Class data
-
lopnStyle: BIT 32
-
lopnWidth: expanded WAPI_POINT
-
lopnColor: INTEGER
- feature -- Access
-
ptr: POINTER
- feature -- Change
-
set_lopnStyle (i: INTEGER)
-
set_lopnWidth (p: WAPI_POINT)
-
- ensure
-
correct_set:
standard_equal (lopnwidth, p)
-
set_lopnColor (i: INTEGER)
-
- ensure
-
correct_set:
lopncolor = i
end -- class WAPI_LOGPEN