BrushXWithGradientAngle Method |
Returns a copy of this brush with a different gradient angle.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic BrushX WithGradientAngle(
double angle
)
Parameters
- angle Double
- The new gradient angle in degrees.
Return Value
BrushXA brush with the updated gradient angle.
See Also