Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

AnnTransformer Constructor(AnnUnitConverter,Matrix)






The AnnUnitConverter to be used within this object.
The transform matrix.
Initializes a new instance of the AnnTransformer class.
Syntax
public AnnTransformer( 
   AnnUnitConverter unitConverter,
   Matrix transform
)
'Declaration
 
Public Function New( _
   ByVal unitConverter As AnnUnitConverter, _
   ByVal transform As Matrix _
)
'Usage
 
Dim unitConverter As AnnUnitConverter
Dim transform As Matrix
 
Dim instance As New AnnTransformer(unitConverter, transform)

            

            
public:
AnnTransformer( 
   AnnUnitConverter^ unitConverter,
   Matrix^ transform
)

Parameters

unitConverter
The AnnUnitConverter to be used within this object.
transform
The transform matrix.
Example
For an example, refer to AnnTransformer.
Requirements

Target Platforms

See Also

Reference

AnnTransformer Class
AnnTransformer Members
Overload List

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)