UIBezierPath.RemoveAllPoints 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从此 UIBezierPath 中删除所有点,并有效地重置它。
[Foundation.Export("removeAllPoints")]
public virtual void RemoveAllPoints();
abstract member RemoveAllPoints : unit -> unit
override this.RemoveAllPoints : unit -> unit
- 属性
注解
这可以从后台线程使用。