Jump to content

GpiBeginInkPath: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Undocumented]]
[[Category:Undocumented]]
Undocumented function.
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==
==Syntax==
Line 6: Line 6:


==Parameters==
==Parameters==
;''hps'' ([[HPS]]) - input:
;''hps'' ([[HPS]]) - input: Handle to the presentation space. This handle defines the graphics context in which the path will be drawn.
;''lPath'' ([[LONG]]) - input:  
;''lPath'' ([[LONG]]) - input:  
;''flOptions'' ([[ULONG]]) - input:  
;''flOptions'' ([[ULONG]]) - input: A flag that specifies options for the ink path. This can be set to 0.


==Return==
==Return==

Revision as of 00:26, 11 September 2025

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