NSCollectionViewLayout.GetTargetContentOffset メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
戻り値
- 属性