Click or drag to resize

BrushXWithWrapMode Method

Returns a copy of this brush with a different wrap mode.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BrushX WithWrapMode(
	WrapMode wrapMode
)

Parameters

wrapMode  WrapMode
The new wrap mode.

Return Value

BrushX
A brush with the updated wrap mode.
See Also