[]
Initializes a new instance of the PdfRadialGradientBrush class.
The X-coordinate of the inner circle's center of the radial gradient.
The Y-coordinate of the inner circle's center of the radial gradient.
The radius of the inner circle of the radial gradient.
The X-coordinate of the outer circle's center of the radial gradient.
The Y-coordinate of the outer circle's center of the radial gradient.
The radius of the outer circle of the radial gradient.
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 the radius of the inner circle that represents the starting point of the radial gradient, in page area coordinates, in points.
Gets or sets the radius of the outer circle that represents the ending point of the radial gradient, in page area coordinates, in points.
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.
Gets or sets the X-coordinate of the inner circle's center that represents the starting point of the radial gradient, in page area coordinates, in points.
Gets or sets the X-coordinate of the outer circle's center that represents the ending point of the radial gradient, in page area coordinates, in points.
Gets or sets the Y-coordinate of the inner circle's center that represents the starting point of the radial gradient, in page area coordinates, in points.
Gets or sets the Y-coordinate of the outer circle's center that represents the ending point of the radial gradient, in page area coordinates, in points.
Creates a copy of this PdfRadialGradientBrush.
A copy of this brush.
Determines whether the specified PdfRadialGradientBrush instance is equal to the current one.
PdfRadialGradientBrush to compare.
true if the specified object is equal to the current one, otherwise false.
Represents a brush used to fill an area with a radial gradient.