Method function IGDIPlus.IGPGraphicsPathIterator.Rewind() : TGPGraphicsPathIterator

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: IGPGraphicsPathIterator

Contents

Syntax

Delphi:

function Rewind() : TGPGraphicsPathIterator;

C++ Builder:

TGPGraphicsPathIterator __fastcall Rewind();

Visual C++ (MFC):

Rewind();

Summary

Rewinds the iterator to the beginning of its associated path.

Description

Call this method to rewind the iterator to the beginning of its associated path. Remarks The first time you call the NextSubpath method of an iterator, it gets the first figure (subpath) of that iterator's associated path. The second time, it gets the second figure, and so on. When you call Rewind, the sequence starts over; that is, after you call Rewind, the next call to NextSubpath gets the first figure in the path. The TGPGraphicsPathIterator.NextMarker and TGPGraphicsPathIterator.NextPathType methods behave similarly.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox