Click or drag to resize

DrawingViewZoomWindow Method

Enlarges or reduces the view so that it displays within the range of the specified two points.

Namespace:  RootPro.RootProCAD.UI
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract void ZoomWindow(
	Point2d point1,
	Point2d point2
)

Parameters

point1
Type: RootPro.RootProCAD.GeometryPoint2d
Coordinate of the first point in the range to be displayed.
point2
Type: RootPro.RootProCAD.GeometryPoint2d
The coordinates of the second point in the range to be displayed.
See Also