GdipPathIterGetSubpathCount

 

 

Description

Returns the number of subpaths (also called figures) in the path.

Syntax

GpStatus WINGDIPAPI GdipPathIterGetSubpathCount(

    GpPathIterator* iterator,

    INT* count

);

PowerBASIC Syntax

DECLARE FUNCTION GdipPathIterGetSubpathCount ( _

    BYVAL iterator AS DWORD, _

    BYREF count AS LONG _

) AS LONG

Parameters

 

iterator

[in] Pointer to the GraphicsPathIterator object.

count

[out] Pointer to a variable that receives the number of data points in the path.

 

Valid HTML 4.01 Transitional