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