ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / BlendEx Class / BlendEx Constructor / BlendEx Constructor(Int32)
The number of elements in the Factors and Positions arrays.

In This Topic
    BlendEx Constructor(Int32)
    In This Topic
    Initializes a new instance of the BlendEx class with the specified number of factors and positions.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal count As Integer _
    )
    public BlendEx( 
       int count
    )

    Parameters

    count
    The number of elements in the Factors and Positions arrays.
    See Also