GpiBeginInkPath
Appearance
Undocumented function. Its purpose is to initiate the creation of an ink path, a feature used for drawing and manipulating shapes that are defined by a sequence of points.
Syntax
GpiBeginInkPath (hps, lPath, flOptions);
Parameters
- hps (HPS) - input
- Handle to the presentation space. This handle defines the graphics context in which the path will be drawn.
- lPath (LONG) - input
- flOptions (ULONG) - input
- A flag that specifies options for the ink path. This can be set to 0.
Return
- rc (BOOL) - return