Method function IGDIPlus.IGPLinearGradientBrush.ResetTransform() : TGPLinearGradientBrush
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: IGPLinearGradientBrush
Contents |
Syntax
Delphi:
function ResetTransform() : TGPLinearGradientBrush;
C++ Builder:
TGPLinearGradientBrush __fastcall ResetTransform();
Visual C++ (MFC):
ResetTransform();
Summary
Sets the world transformation matrix of the object to the identity matrix.
Description
Call this method to set the world transformation matrix of the object to the identity matrix. Remarks The identity matrix represents a transformation that does nothing. If the world transformation matrix of an object is the identity matrix, then no world transformation is applied to items drawn using that object.