Share via


CGContext.SetLineDash Method

Definition

Overloads

SetLineDash(NFloat, NFloat[], Int32)

public void SetLineDash(System.Runtime.InteropServices.NFloat phase, System.Runtime.InteropServices.NFloat[]? lengths, int n);
member this.SetLineDash : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat[] * int -> unit

Parameters

phase
NFloat
lengths
NFloat[]
n
Int32

Applies to

SetLineDash(NFloat, NFloat[])

public void SetLineDash(System.Runtime.InteropServices.NFloat phase, System.Runtime.InteropServices.NFloat[]? lengths);
member this.SetLineDash : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat[] -> unit

Parameters

phase
NFloat
lengths
NFloat[]

Applies to