Click or drag to resize

BrushXWithGradientFocus Method

Returns a copy of this brush with a different gradient focus.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BrushX WithGradientFocus(
	double gradientFocus
)

Parameters

gradientFocus  Double
The new gradient focus value.

Return Value

BrushX
A brush with the updated gradient focus.
See Also