UICollectionViewLayout.TargetContentOffset(CGPoint, CGPoint) Method
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.
[Foundation.Export("targetContentOffsetForProposedContentOffset:withScrollingVelocity:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGPoint TargetContentOffset(CoreGraphics.CGPoint proposedContentOffset, CoreGraphics.CGPoint scrollingVelocity);
[<Foundation.Export("targetContentOffsetForProposedContentOffset:withScrollingVelocity:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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