Method function IGDIPlus.IGPRegion.GetRegionScansCount(IGPMatrix) : Cardinal
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: IGPRegion
Contents |
Syntax
Delphi:
function GetRegionScansCount( matrix : IGPMatrix ) : Cardinal;
C++ Builder:
unsigned int __fastcall GetRegionScansCount( IGPMatrix matrix );
Visual C++ (MFC):
GetRegionScansCount( matrix );
Summary
Returns the number of rectangles that approximate this region.
Description
Call this method to get the number of rectangles that approximate this region. The region is transformed by a specified matrix before the rectangles are calculated.