Method function IGDIPlus.IGPGraphicsPathIterator.GetSubpathCount() : Integer
From Mitov Wiki Doc
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 GetSubpathCount() : Integer;
C++ Builder:
int __fastcall GetSubpathCount();
Visual C++ (MFC):
GetSubpathCount();
Summary
Returns the number of subpaths (also called figures) in the path.
Description
Call this method to get the number of subpaths (also called figures) in the path.