Represents a read-only list of GradientStops.
More...
|
static readonly double | StopTolerance = 1e-7 |
| The minimum distance that is enforced between consecutive gradient stops. More...
|
|
Represents a read-only list of GradientStops.
Definition at line 146 of file Brush.cs.
◆ GradientStops() [1/2]
VectSharp.GradientStops.GradientStops |
( |
IEnumerable< GradientStop > |
gradientStops | ) |
|
Creates a new GradientStops instance containing the specified gradient stops.
- Parameters
-
gradientStops | The gradient stops that will be contained in the GradientStops object. |
Definition at line 176 of file Brush.cs.
◆ GradientStops() [2/2]
VectSharp.GradientStops.GradientStops |
( |
params GradientStop[] |
gradientStops | ) |
|
Creates a new GradientStops instance containing the specified gradient stops.
- Parameters
-
gradientStops | The gradient stops that will be contained in the GradientStops object. |
Definition at line 222 of file Brush.cs.
◆ StopTolerance
readonly double VectSharp.GradientStops.StopTolerance = 1e-7 |
|
static |
The minimum distance that is enforced between consecutive gradient stops.
Definition at line 151 of file Brush.cs.
The documentation for this class was generated from the following file: