GdipPathIterNextMarkerPath

 

 

Description

Gets the next marker-delimited section of this iterator's associated path.

Syntax

GpStatus WINGDIPAPI GdipPathIterNextMarkerPath(

    GpPathIterator* iterator,

    INT* resultCount,

    GpPath* path

);

PowerBASIC Syntax

DECLARE FUNCTION GdipPathIterNextMarkerPath ( _

    BYVAL iterator AS DWORD, _

    BYREF resultCount AS LONG, _

    BYVAL path AS DWORD _

) AS LONG

Parameters

 

iterator

[in] Pointer to the GraphicsPathIterator object.

resultCount

[out] Number of data points in the retrieved section. If there are no more marker-delimited sections to retrieve, this method returns 0.

path

[out] Pointer to a GraphicsPath object. This method sets the data points of this GraphicsPath object to match the data points of the retrieved section.

 

Valid HTML 4.01 Transitional