Click or drag to resize

DrawingViewZoomIn Method (Point, Double)

Zoom in the view.

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 ZoomIn(
	Point point,
	double zoomScale
)

Parameters

point
Type: System.DrawingPoint
Scaling reference point.
zoomScale
Type: SystemDouble
Magnification ratio.
See Also