Overload | Description |
---|---|
NThemeStroke Constructor() | Default constructor. |
NThemeStroke Constructor(NColor) | Creates a stroke with a static theme color. |
NThemeStroke Constructor(ENThemeColorName) | Creates a stroke with a dynamic theme color. |
NThemeStroke Constructor(NThemeColor) | Creates a stroke with the given theme color. |
NThemeStroke Constructor(Double,NColor) | Creates a stroke with a static theme color. |
NThemeStroke Constructor(Double,ENThemeColorName) | Creates a stroke with a dynamic theme color. |
NThemeStroke Constructor(Double,NThemeColor) | Creates a stroke with the given theme color. |
NThemeStroke Constructor(Double,ENThemeColorName,ENLineCap) | Creates a stroke with the given theme color. |
NThemeStroke Constructor(Double,NThemeColor,ENLineCap) | Creates a stroke with the given theme color. |