CGContext.SetLineDash 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
SetLineDash(nfloat, nfloat[]) |
The pattern to be used for drawing dashed lines. |
SetLineDash(nfloat, nfloat[], Int32) |
SetLineDash(nfloat, nfloat[])
The pattern to be used for drawing dashed lines.
public void SetLineDash (nfloat phase, nfloat[] lengths);
member this.SetLineDash : nfloat * nfloat[] -> unit
Parameters
- phase
- nfloat
Distance from the start, in user space units, where the dash pattern starts.
- lengths
- nfloat[]
The lengths, in user space units, of painted and unpainted segments. If null
, no dash pattern is drawn.