LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Transformer Constructor(Matrix)
See Also 



transform
The transformation matrix for this Transformer.
Creates a new instance of the Transformer class with specific settings.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal transform As Matrix _
)
Visual Basic (Usage)Copy Code
Dim transform As Matrix
 
Dim instance As New Transformer(transform)
C# 
public Transformer( 
   Matrix transform
)
C++/CLI 
public:
Transformer( 
   Matrix^ transform
)

Parameters

transform
The transformation matrix for this Transformer.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also