共用方式為


UIBezierPath.ApplyTransform(CGAffineTransform) 方法

定義

將 affine 轉換套用至此 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
屬性

備註

這可從背景執行緒使用。

適用於