Point2dScaleBy Method

Scales this point by the scale factor about the specified point.
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public Point2d ScaleBy(
        double scaleFactor,
        Point2d origin
)

Parameters

scaleFactor
Type: SystemDouble
[in] Scale factor.
origin
Type: Teigha.GeometryPoint2d
[in] Point relative to which scaling is computed.

Return Value

Type: Point2d
2D point that is the result of the scale operation.
See Also

©  Bricsys NV. All rights reserved.