Method function IGDIPlus.IGPRegion.GetRegionScansF(IGPMatrix) : TGPRectFArray

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: IGPRegion

Contents

Syntax

Delphi:

function GetRegionScansF( matrix : IGPMatrix ) : TGPRectFArray;

C++ Builder:

TGPRectFArray __fastcall GetRegionScansF( IGPMatrix matrix );

Visual C++ (MFC):

GetRegionScansF(  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.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox