Computes a moved ellipse.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public Ellipse Move( Point startPoint, Point endPoint ) |
| Visual Basic (Declaration) |
|---|
Public Function Move ( _ startPoint As Point, _ endPoint As Point _ ) As Ellipse |
| Visual C++ |
|---|
public: Ellipse^ Move( Point^ startPoint, Point^ endPoint ) |
Parameters
- startPoint
- Type: ceometric.VectorGeometry..::.Point
The start point of the displacement.
- endPoint
- Type: ceometric.VectorGeometry..::.Point
The end point of the displacement.