共用方式為


UIBezierPath.Fill 方法

定義

多載

Fill()

使用目前的繪圖屬性填入此 UIBezierPath 的封閉區域。

Fill(CGBlendMode, nfloat)

填入路徑所括住的區域。

Fill()

使用目前的繪圖屬性填入此 UIBezierPath 的封閉區域。

[Foundation.Export("fill")]
public virtual void Fill ();
abstract member Fill : unit -> unit
override this.Fill : unit -> unit
屬性

備註

這可從背景執行緒使用。

適用於

Fill(CGBlendMode, nfloat)

填入路徑所括住的區域。

[Foundation.Export("fillWithBlendMode:alpha:")]
public virtual void Fill (CoreGraphics.CGBlendMode blendMode, nfloat alpha);
abstract member Fill : CoreGraphics.CGBlendMode * nfloat -> unit
override this.Fill : CoreGraphics.CGBlendMode * nfloat -> unit

參數

blendMode
CGBlendMode
alpha
nfloat
屬性

備註

這可從背景執行緒使用。

適用於