UIBezierPath.Stroke Method

Definition

Overloads

Stroke()

Renders a line along the path using the current drawing properties.

Stroke(CGBlendMode, nfloat)

Draws the path.

Stroke()

Renders a line along the path using the current drawing properties.

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

Remarks

This can be used from a background thread.

Applies to

Stroke(CGBlendMode, nfloat)

Draws the path.

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

Parameters

blendMode
CGBlendMode
alpha
nfloat
Attributes

Remarks

This can be used from a background thread.

Applies to