|
Description
Rewinds this iterator to the beginning of its
associated path.
Syntax
GpStatus WINGDIPAPI GdipPathIterRewind(
GpPathIterator*
iterator
);
PowerBASIC Syntax
DECLARE FUNCTION GdipPathIterRewind ( _
BYVAL iterator
AS DWORD _
) AS LONG
Parameter
iterator
[in] Pointer to the
GraphicsPathIterator
object.
|