WillEndDraggingEventArgs(CGPoint, CGPoint) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the WillEndDraggingEventArgs class.
public WillEndDraggingEventArgs (CoreGraphics.CGPoint velocity, CoreGraphics.CGPoint targetContentOffset);
new UIKit.WillEndDraggingEventArgs : CoreGraphics.CGPoint * CoreGraphics.CGPoint -> UIKit.WillEndDraggingEventArgs
Parameters
- velocity
- CGPoint
The velocity of the scroll view (in points) when the touch ended.
- targetContentOffset
- CGPoint
The expected offset when the scrolling action decelerates to a stop.