←Select platform

AnnTransformer Constructor(AnnUnitConverter,Matrix)

Summary

Initializes a new instance of the AnnTransformer class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal unitConverter As Leadtools.Annotations.AnnUnitConverter, _ 
   ByVal transform As Matrix _ 
) 
public: 
AnnTransformer(  
   Leadtools.Annotations.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly