Computes a moved triangle.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Triangle Move( Point startPoint, Point endPoint ) |
Visual Basic (Declaration) |
---|
Public Function Move ( _ startPoint As Point, _ endPoint As Point _ ) As Triangle |
Visual C++ |
---|
public: Triangle^ 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.