Error processing SSI file
LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

Show in webframe

Transformer Constructor(Matrix)






The transformation matrix for this Transformer.
Creates a new instance of the Transformer class with specific settings.
Syntax
public Transformer( 
   Matrix transform
)
'Declaration
 
Public Function New( _
   ByVal transform As Matrix _
)
'Usage
 
Dim transform As Matrix
 
Dim instance As New Transformer(transform)
public:
Transformer( 
   Matrix^ transform
)

Parameters

transform
The transformation matrix for this Transformer.
Requirements

Target Platforms

See Also

Reference

Transformer Class
Transformer Members
Overload List

Error processing SSI file