UIBezierPath.ApplyTransform(CGAffineTransform) 方法

定义

将仿射转换应用于此 UIBezierPath。

[Foundation.Export("applyTransform:")]
public virtual void ApplyTransform(CoreGraphics.CGAffineTransform transform);
abstract member ApplyTransform : CoreGraphics.CGAffineTransform -> unit
override this.ApplyTransform : CoreGraphics.CGAffineTransform -> unit

参数

transform
CGAffineTransform
属性

注解

这可以从后台线程使用。

适用于