Method function IGDIPlus.IGPGraphicsPathIterator.Enumerate(TGPPointFArray;TGPByteArray) : Integer

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 Enumerate( points : TGPPointFArray, types : TGPByteArray ) : Integer;

C++ Builder:

int __fastcall Enumerate( TGPPointFArray points, TGPByteArray types );

Visual C++ (MFC):

Enumerate(  points,  types );

Summary

Returns the path's data points as a TGPPointF array and the path's point types as a BYTE array.

Description

Call this method to get the path's data points as a TGPPointF array and the path's point types as a BYTE array.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox