DrawingViewScrollTo Method |
Scroll the view so that the specified point appears at the center of 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 ScrollTo(
Point2d point
)
Public MustOverride Sub ScrollTo (
point As Point2d
)
Parameters
- point
- Type: RootPro.RootProCAD.GeometryPoint2d
Coordinate that is the center of the view.
See Also