DrawingViewBeginPanning Method |
Start moving 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 BeginPanning(
Point point
)
Public MustOverride Sub BeginPanning (
point As Point
)
Parameters
- point
- Type: System.DrawingPoint
Client coordinates that are the reference point for moving the view
See Also