DrawingViewPanView Method |
Move 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 PanView(
Point point
)
Public MustOverride Sub PanView (
point As Point
)
Parameters
- point
- Type: System.DrawingPoint
Client coordinates after moving the view
See Also