CGContext.SetLineWidth(nfloat) Method

Definition

Sets the width of the stroked line. The line extends for half w to either side of the path.

public void SetLineWidth (nfloat w);
member this.SetLineWidth : nfloat -> unit

Parameters

w
nfloat

The line width, in user space units.

Applies to