Overload | Description |
---|---|
NStroke Constructor() | Default constructor. |
NStroke Constructor(NColor) | Creates a new NStroke instance with the specified color. |
NStroke Constructor(Double,NColor) | Creates a new NStroke instance with the specified width and color. |
NStroke Constructor(Double,NColor,ENDashStyle) | Creates a new NStroke instance with the specified width, color and dash style. |
NStroke Constructor(Double,NColor,NDashPattern) | Creates a new NStroke instance with the specified width, color and a custom dash pattern. |
NStroke Constructor(NStroke) | Copy constructor. |