- indexing
- title: "Visual Eiffel Library."
- 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_PATH_FUNCTIONS
- feature
-
AbortPath (hdc: INTEGER): INTEGER
-
BeginPath (hdc: INTEGER): INTEGER
-
CloseFigure (hdc: INTEGER): INTEGER
-
EndPath (hdc: INTEGER): INTEGER
-
FillPath (hdc: INTEGER): INTEGER
-
FlattenPath (hdc: INTEGER): INTEGER
-
GetMiterLimit (hdc: INTEGER; pelimit: POINTER): INTEGER
-
GetPath (hdc: INTEGER; lppoints, lptypes: POINTER; nsize: INTEGER): INTEGER
-
PathToRegion (hdc: INTEGER): INTEGER
-
StrokeAndFillPath (hdc: INTEGER): INTEGER
-
StrokePath (hdc: INTEGER): INTEGER
-
WidenPath (hdc: INTEGER): INTEGER
end -- class WAPI_PATH_FUNCTIONS