[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.BlendEx

BlendEx Class

Defines a blend pattern for a LinearGradientBrush object. This class cannot be inherited.

Inheritance
BlendEx
Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class BlendEx

Constructors

Name Description
BlendEx()

Initializes a new instance of the BlendEx class.

BlendEx(int)

Initializes a new instance of the BlendEx class with the specified number of factors and positions.

Properties

Name Description
Factors

Gets or sets an array of blend factors for the gradient.

Positions

Gets or sets an array of blend positions for the gradient.

Extension Methods