Method function IGDIPlus.IGPRegion.Transform(IGPMatrix) : TGPRegion
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 Transform( matrix : IGPMatrix ) : TGPRegion;
C++ Builder:
TGPRegion __fastcall Transform( IGPMatrix matrix );
Visual C++ (MFC):
Transform( matrix );
Summary
Transforms the region by multiplying each of its data points by a specified matrix.
Description
Call this method to transform the region by multiplying each of its data points by a specified matrix.