UIBezierPath.Fill Method

Definition

Overloads

Fill()

Fills this UIBezierPath's enclosed region using the current drawing properties.

Fill(CGBlendMode, nfloat)

Fills the region enclosed by the path.

Fill()

Fills this UIBezierPath's enclosed region using the current drawing properties.

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

Remarks

This can be used from a background thread.

Applies to

Fill(CGBlendMode, nfloat)

Fills the region enclosed by the path.

[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

Parameters

blendMode
CGBlendMode
alpha
nfloat
Attributes

Remarks

This can be used from a background thread.

Applies to