GdipClosePathFigure

 

 

Description

Closes the current figure of this path.

Syntax

GpStatus WINGDIPAPI GdipClosePathFigure(

    GpPath *path

);

PowerBASIC Syntax

DECLARE FUNCTION GdipClosePathFigure ( _

    BYVAL path AS DWORD _

) AS LONG

Parameters

 

path

[in] Pointer to a GraphicsPath object.

 

Valid HTML 4.01 Transitional