Method function IGDIPlus.IGPPathGradientBrush.MultiplyTransform(IGPMatrix;TGPMatrixOrder) : TGPPathGradientBrush
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: IGPPathGradientBrush
Contents |
Syntax
Delphi:
function MultiplyTransform( matrix : IGPMatrix, order : TGPMatrixOrder ) : TGPPathGradientBrush;
C++ Builder:
TGPPathGradientBrush __fastcall MultiplyTransform( IGPMatrix matrix, TGPMatrixOrder order );
Visual C++ (MFC):
MultiplyTransform( matrix, order );
Summary
Updates the world transformation matrix of the object with the product of itself and another matrix.
Description
Call this method to update the world transformation matrix of the object with the product of itself and another matrix.