Scales an edge.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Edge Scale( Point center, double scaleFactor ) |
Visual Basic (Declaration) |
---|
Public Function Scale ( _ center As Point, _ scaleFactor As Double _ ) As Edge |
Visual C++ |
---|
public: Edge^ Scale( Point^ center, double scaleFactor ) |
Parameters
- center
- Type: ceometric.VectorGeometry..::.Point
The scale center.
- scaleFactor
- Type: System..::.Double
The scale factor.