UIBezierPath.GetLineDash(nfloat[], nfloat) Method

Definition

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

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

Parameters

pattern
nfloat[]
phase
nfloat

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to