Click or drag to resize

PenXWithBrush Method

Returns a copy of this pen with a different brush.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PenX WithBrush(
	BrushX value
)

Parameters

value  BrushX
The new brush.

Return Value

PenX
A pen with the updated brush.
See Also