Share via


UICollectionViewDelegate_Extensions.GetTargetContentOffset 메서드

정의

재정의되면 개발자가 레이아웃 및 애니메이션 변경에 대한 콘텐츠 오프셋을 수정할 수 있습니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreGraphics.CGPoint GetTargetContentOffset (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, CoreGraphics.CGPoint proposedContentOffset);
static member GetTargetContentOffset : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * CoreGraphics.CGPoint -> CoreGraphics.CGPoint

매개 변수

This
IUICollectionViewDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

collectionView
UICollectionView

요청을 시작한 컬렉션 뷰입니다.

proposedContentOffset
CGPoint

반환

특성

적용 대상