Share via


UICollectionViewLayout.TargetContentOffsetForProposedContentOffset Method

Definition

[Foundation.Export("targetContentOffsetForProposedContentOffset:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGPoint TargetContentOffsetForProposedContentOffset(CoreGraphics.CGPoint proposedContentOffset);
[<Foundation.Export("targetContentOffsetForProposedContentOffset:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TargetContentOffsetForProposedContentOffset : CoreGraphics.CGPoint -> CoreGraphics.CGPoint
override this.TargetContentOffsetForProposedContentOffset : CoreGraphics.CGPoint -> CoreGraphics.CGPoint

Parameters

proposedContentOffset
CGPoint

Returns

Attributes

Applies to