[]
Initializes a new instance of the PdfGradientBrush class.
The PdfGradientStop array to set on this brush.
The opacity of this brush.
Gets or sets the opacity of the brush. The value must be in range [0, 1], where 0 indicates that the brush is completely transparent and 1 indicates that the brush is completely opaque. The default value is 1.
Gets or sets an array of PdfGradientStop objects representing a color, offset and opacity within the brush's gradient axis. The default value is an empty array.
Determines whether the specified PdfGradientBrush instance is equal to the current one.
PdfGradientBrush to compare.
true if the specified object is equal to the current one, otherwise false.
Represents an abstract class that serves as a base class for the PdfLinearGradientBrush and PdfRadialGradientBrush classes.
This class is not intended to be instantiated in your code.