Поделиться через


NSCollectionViewLayout.GetTargetContentOffset Метод

Определение

Перегрузки

GetTargetContentOffset(CGPoint)
GetTargetContentOffset(CGPoint, CGPoint)

GetTargetContentOffset(CGPoint)

[Foundation.Export("targetContentOffsetForProposedContentOffset:")]
public virtual CoreGraphics.CGPoint GetTargetContentOffset (CoreGraphics.CGPoint proposedContentOffset);
abstract member GetTargetContentOffset : CoreGraphics.CGPoint -> CoreGraphics.CGPoint
override this.GetTargetContentOffset : CoreGraphics.CGPoint -> CoreGraphics.CGPoint

Параметры

proposedContentOffset
CGPoint

Возвращаемое значение

Атрибуты

Применяется к

GetTargetContentOffset(CGPoint, CGPoint)

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

Параметры

proposedContentOffset
CGPoint
velocity
CGPoint

Возвращаемое значение

Атрибуты

Применяется к