共用方式為


UIScrollView.SetContentOffset(CGPoint, Boolean) 方法

定義

設定內容與 UIScrollView 物件之間的距離。

[Foundation.Export("setContentOffset:animated:")]
public virtual void SetContentOffset (CoreGraphics.CGPoint contentOffset, bool animated);
abstract member SetContentOffset : CoreGraphics.CGPoint * bool -> unit
override this.SetContentOffset : CoreGraphics.CGPoint * bool -> unit

參數

contentOffset
CGPoint
animated
Boolean
屬性

適用於