VectSharp 2.5.0
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.GradientBrush Class Reference

Represents a brush painting with a gradient. More...

Inheritance diagram for VectSharp.GradientBrush:

Properties

GradientStops GradientStops [get]
 The colour stops in the gradient. More...
 

Additional Inherited Members

- Public Member Functions inherited from VectSharp.Brush
abstract Brush MultiplyOpacity (double opacity)
 Returns a brush corresponding the current instance, with the specified opacity multiplication applied. More...
 
- Static Public Member Functions inherited from VectSharp.Brush
static implicit operator Brush (Colour colour)
 Implicitly converts a Colour into a SolidColourBrush. More...
 

Detailed Description

Represents a brush painting with a gradient.

Definition at line 270 of file Brush.cs.

Property Documentation

◆ GradientStops

GradientStops VectSharp.GradientBrush.GradientStops
get

The colour stops in the gradient.

Definition at line 275 of file Brush.cs.


The documentation for this class was generated from the following file: