Visual Basic (Declaration) | |
---|---|
Public Property UnitConverter As AnnUnitConverter |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AnnUnitConverter UnitConverter {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property AnnUnitConverter* get_UnitConverter(); public: __property void set_UnitConverter( AnnUnitConverter* value ); |
C++/CLI | |
---|---|
public: property AnnUnitConverter^ UnitConverter { AnnUnitConverter^ get(); void set (AnnUnitConverter^ value); } |
Return Value
The AnnUnitConverter for this AnnTransformer object.For an example, refer to AnnTransformer.
The conversion between device coordinate and logical coordinate systems depends on the current AnnUnitConverter value.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family