Click or drag to resize

GeometryScalePoint Method

Zooms in or out the coordinates.

Namespace:  RootPro.RootProCAD.Geometry
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract Point2d ScalePoint(
	Point2d point,
	Point2d origin,
	double scale
)

Parameters

point
Type: RootPro.RootProCAD.GeometryPoint2d
origin
Type: RootPro.RootProCAD.GeometryPoint2d
Scaling reference point.
scale
Type: SystemDouble
magnification.

Return Value

Type: Point2d
See Also