- indexing
- title: "Visual Eiffel Library.", "PolyDraw and GetPath point types."
- 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_TYPES
- feature -- Class data
-
PT_CLOSEFIGURE: BIT 8
-
PT_LINETO: BIT 8
-
PT_BEZIERTO: BIT 8
-
PT_MOVETO: BIT 8
end -- class WAPI_POINT_TYPES