ScrollPositionChangedEventArgs Constructor |
Creates a new instance of ScrollPositionChangedEventArgs.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public ScrollPositionChangedEventArgs(
PointF previousPosition,
PointF newPosition
)
Public Sub New (
previousPosition As PointF,
newPosition As PointF
)
Parameters
- previousPosition
- Type: System.DrawingPointF
The previous scroll position. - newPosition
- Type: System.DrawingPointF
The new scroll position.
See Also