Creates a radial gradient brush with specified properties.
The settings for creating a radial gradient brush.
Creates a radial gradient brush with specified properties.
An object manager that controls the lifetime of the RadialGradientBrush object.
The settings for creating a radial gradient brush.
Gets the center of the end circle that defines the end of the gradient. (0, 0) is the top-left corner, (1, 1) is the bottom-right corner.
Gets the center of the start circle that defines the beginning of the gradient. (0, 0) is the top-left corner, (1, 1) is the bottom-right corner. If not specified, the center of the start circle coincides with RadialGradientBrush.centerOfEndCircle.
Gets the ending gradient color.
Gets a value indicating whether to extend gradient beyond the end circle.
Gets a value indicating whether to extend the gradient beyond the start circle.
Gets the array of gradient stops.
Gets the reference to the object.
Gets a value indicating whether to normalize the brush ensuring that it renders the same way on all supported target contexts (such as PdfContext, BmpContext, and SvgContext). If true, and the focal point is outside the end circle, it is moved to be on the end circle. If false, the focal point position is not adjusted if it is outside the end circle, and the result will depend on the implementation of the target DrawingContext.
Gets the owner ObjectManager instance.
Gets the radius of the end circle that defines the end of the gradient, as a fraction of the normalized diagonal. The normalized diagonal length is calculated as sqrt(width * width + height * height) / 2. If not specified, the end radius is equal to max(width, height) / 2.
Gets the radius of the start circle that defines the beginning of the gradient, as a fraction of the normalized diagonal. The normalized diagonal length is calculated as sqrt(width * width + height * height) / 2.
Gets the starting gradient color.
Gets the type of the brush.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Represents a radial gradient brush.