TryGetDashPattern(out Single[], out Single) Method

Definition

Assembly ProCad.Rendering.dll

Attempts to extract a simple dash pattern (no text/shape segments).

public readonly bool TryGetDashPattern(scoped out float[] intervals, scoped out float phase)

Parameters

intervals
Single[]
phase
Single

Returns