BrushXWithWrapMode Method |
Returns a copy of this brush with a different wrap mode.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic BrushX WithWrapMode(
WrapMode wrapMode
)
Parameters
- wrapMode WrapMode
- The new wrap mode.
Return Value
BrushXA brush with the updated wrap mode.
See Also