CGContext.SetLineWidth(nfloat) 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.
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.