Description
Starts a new figure without closing the current
figure. Subsequent points added to this path are added to the new
figure.
Syntax
GpStatus WINGDIPAPI GdipStartPathFigure(
GpPath *path
);
PowerBASIC Syntax
DECLARE FUNCTION GdipStartPathFigure ( _
BYVAL path AS
DWORD _
) AS LONG
Parameters
path
[in] Pointer to a GraphicsPath
object.
|