Below is a complete list of the user defined functions available in AutoIt. Click on a user defined function name for a detailed description.
When using them you need to add a #include <GDIPlus.au3>.
User Defined Function | Description |
---|---|
_GDIPlus_PathIterCreate | Creates a new GraphicsPathIterator object and associates it with a GraphicsPath object |
_GDIPlus_PathIterDispose | Releases a GraphicsPathIterator object |
_GDIPlus_PathIterGetSubpathCount | Gets the number of subpaths (also called figures) in the path |
_GDIPlus_PathIterNextMarkerPath | Gets the next marker-delimited section of an iterator's associated path |
_GDIPlus_PathIterNextSubpathPath | Gets the next figure (subpath) from an iterator's associated path |
_GDIPlus_PathIterRewind | Rewinds an iterator to the beginning of its associated path |