UIBezierPath.RemoveAllPoints 方法

定义

从此 UIBezierPath 中删除所有点,并有效地重置它。

[Foundation.Export("removeAllPoints")]
public virtual void RemoveAllPoints();
abstract member RemoveAllPoints : unit -> unit
override this.RemoveAllPoints : unit -> unit
属性

注解

这可以从后台线程使用。

适用于