ComputeAutoScrollDocPosition Method
In This Topic
This method is called to determine the next position in the document for this view,
given a point at which the user is dragging the mouse.
Syntax
public virtual PointF ComputeAutoScrollDocPosition(
Point
)
Parameters
- viewPnt
-
The mouse point, in view coordinates.
See Also