Point2dScaleBy Method

Scales this point by the scale factor about the specified point.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public Point2d ScaleBy(
        double scaleFactor,
        Point2d origin
)

Parameters

scaleFactor  Double
[in] Scale factor.
origin  Point2d
[in] Point relative to which scaling is computed.

Return Value

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

©  Bricsys NV. All rights reserved.