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
)
Public Sub New (
offset As Single,
ParamArray dashes As Single()
)
new :
offset : float32 *
dashes : float32[] -> DashStyle
Parameters
- offset
- Type: SystemSingle
Offset of the first dash in the style - dashes
- Type: SystemSingle
Dashes to use for the style. See Dashes
See Also