GdipFillPath

 

 

Description

Uses a brush to fill the interior of a path. If a figure in the path is not closed, this method treats the nonclosed figure as if it were closed by a straight line that connects the figure's starting and ending points.

Syntax

GpStatus WINGDIPAPI GdipFillPath(

    GpGraphics *graphics,

    GpBrush *brush,

    GpPath *path

);

PowerBASIC Syntax

DECLARE FUNCTION GdipFillPath ( _

    BYVAL graphics AS DWORD, _

    BYVAL brush AS DWORD, _

    BYVAL path AS DWORD _

) AS LONG

Parameters

 

graphics

[in] Pointer to the Graphics object.

brush

[in] Pointer to a Brush object that is used to paint the interior of the path.

path

[in] Pointer to a GraphicsPath object that specifies the path.

 

Valid HTML 4.01 Transitional