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
属性

适用于