Method function IGDIPlus.IGPGraphicsPathIterator.GetCount() : 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 GetCount() : Integer;

C++ Builder:

int __fastcall GetCount();

Visual C++ (MFC):

GetCount();

Summary

Returns the number of data points in the path.

Description

Call this method to get the number of data points in the path. Remarks This TGPGraphicsPathIterator object is associated with a TGPGraphicsPath object. That TGPGraphicsPath object has an array of points and an array of types. Each element in the array of types is a byte that specifies the point type and a set of flags for the corresponding element in the array of points. Possible point types and flags are listed in the TGPPathPointType enumeration.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox