Computes a coordinate transformation.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Ellipse TransformCoordinates( CoordinateSystem actualCS, CoordinateSystem newCS ) |
Visual Basic (Declaration) |
---|
Public Function TransformCoordinates ( _ actualCS As CoordinateSystem, _ newCS As CoordinateSystem _ ) As Ellipse |
Visual C++ |
---|
public: Ellipse^ TransformCoordinates( CoordinateSystem^ actualCS, CoordinateSystem^ newCS ) |
Parameters
- actualCS
- Type: ceometric.VectorGeometry..::.CoordinateSystem
The actual CoordinateSystem.
- newCS
- Type: ceometric.VectorGeometry..::.CoordinateSystem
The new coordinate system.