UICollectionViewLayout.TargetContentOffset(CGPoint, CGPoint) Method

Definition

The PointF at which to stop scrolling.

[Foundation.Export("targetContentOffsetForProposedContentOffset:withScrollingVelocity:")]
public virtual CoreGraphics.CGPoint TargetContentOffset (CoreGraphics.CGPoint proposedContentOffset, CoreGraphics.CGPoint scrollingVelocity);
abstract member TargetContentOffset : CoreGraphics.CGPoint * CoreGraphics.CGPoint -> CoreGraphics.CGPoint
override this.TargetContentOffset : CoreGraphics.CGPoint * CoreGraphics.CGPoint -> CoreGraphics.CGPoint

Parameters

proposedContentOffset
CGPoint
scrollingVelocity
CGPoint

Returns

Attributes

Applies to