LEADTOOLS Annotations (Leadtools.Annotations assembly)

UnitConverter Property (AnnTransformer)

Show in webframe





Gets or sets the AnnUnitConverter that will be used in the AnnTransformer object.
Syntax
public AnnUnitConverter UnitConverter {get; set;}
'Declaration
 
Public Property UnitConverter As AnnUnitConverter
'Usage
 
Dim instance As AnnTransformer
Dim value As AnnUnitConverter
 
instance.UnitConverter = value
 
value = instance.UnitConverter

            

            
public:
property AnnUnitConverter^ UnitConverter {
   AnnUnitConverter^ get();
   void set (    AnnUnitConverter^ value);
}

Property Value

The AnnUnitConverter for this AnnTransformer object.
Remarks
The conversion between device coordinate and logical coordinate systems depends on the current AnnUnitConverter value.
Example
For an example, refer to AnnTransformer.
Requirements

Target Platforms

See Also

Reference

AnnTransformer Class
AnnTransformer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.