DrawingViewZoomOut Method (Point, Double) |
Zoom out 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 ZoomOut(
Point point,
double zoomScale
)
Public MustOverride Sub ZoomOut (
point As Point,
zoomScale As Double
)
Parameters
- point
- Type: System.DrawingPoint
Scaling reference point. - zoomScale
- Type: SystemDouble
Reduction ratio.
See Also