Click or drag to resize

BrushXWithGradientAngle Method

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

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

Parameters

angle  Double
The new gradient angle in degrees.

Return Value

BrushX
A brush with the updated gradient angle.
See Also