Share via


UIBezierPath.GetLineDash(NFloat[], NFloat) Method

Definition

Stores the stroking pattern and phase in the provided out parameters.

public void GetLineDash(out System.Runtime.InteropServices.NFloat[] pattern, out System.Runtime.InteropServices.NFloat phase);
member this.GetLineDash : NFloat[] * NFloat -> unit

Parameters

pattern
NFloat[]
phase
NFloat

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to