UIBezierPath.Stroke Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.