GdipPathIterNextMarker

 

 

Description

Gets the starting index and the ending index of the next marker-delimited section in this iterator's associated path.

Syntax

GpStatus WINGDIPAPI GdipPathIterNextMarker(

    GpPathIterator* iterator,

    INT *resultCount,

    INT* startIndex,

    INT* endIndex

);

PowerBASIC Syntax

DECLARE FUNCTION GdipPathIterNextMarker ( _

    BYVAL iterator AS DWORD, _

    BYREF resultCount AS LONG, _

    BYREF startIndex AS LONG, _

    BYREF endIndex AS LONG _

) 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.

startIndex

[out] Pointer to an LONG that receives the starting index.

endIndex

[out] Pointer to an LONG that receives the ending index.

 

Valid HTML 4.01 Transitional