Click or drag to resize

DashStyle Constructor (Single,Single[])

Initializes a new instance of the DashStyle class.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public DashStyle(
	float offset,
	params float[] dashes
)

Parameters

offset
Type: System.Single
Offset of the first dash in the style
dashes
Type:System.Single[]
Dashes to use for the style. See Dashes
See Also