PenX3DWithDashPattern Method |
Returns a new instance of this pen, with the dash pattern provided in the argument.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PenX3D WithDashPattern(
IDashPattern dashPattern
)
Parameters
- dashPattern IDashPattern
- The dash pattern. Can be null to represent a solid line.
Return Value
PenX3DA new instance of this pen, with the dash pattern provided in the argument.
See Also