Converts the vector from one specified measure units to another.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public VectorRectangle ConvertUnits( Unit fromUnit, Unit toUnit ) |
| Visual Basic (Declaration) |
|---|
Public Function ConvertUnits ( _ fromUnit As Unit, _ toUnit As Unit _ ) As VectorRectangle |
| Visual C++ |
|---|
public: VectorRectangle ConvertUnits( Unit fromUnit, Unit toUnit ) |
Parameters
- fromUnit
- Type: PerpetuumSoft.Framework.Drawing..::.Unit
- toUnit
- Type: PerpetuumSoft.Framework.Drawing..::.Unit