BrushXWithBrushType Method |
Returns a copy of this brush with a different brush type.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic BrushX WithBrushType(
BrushType value
)
Parameters
- value BrushType
- The new brush type.
Return Value
BrushXA brush with the updated brush type.
See Also