Nevron .NET Vision
Nevron.GraphicsCore Namespace / NAdvancedGradientPointCollection Class
Members


In This Topic
    NAdvancedGradientPointCollection Class
    In This Topic
    This class represents an array of advanced gradient points. An advanced gradient consists of a background color and an arbitrary number of color points with different shape and intensity.
    Object Model
    NAdvancedGradientPointCollection Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.ComponentModel.EditorAttribute(Nevron.Collections.NArrayListTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.ArrayList/ArrayListDebugView)>
    <System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")>
    <System.SerializableAttribute()>
    Public Class NAdvancedGradientPointCollection 
       Inherits Nevron.Collections.NArrayList
    'Usage
     
    
    Dim instance As NAdvancedGradientPointCollection
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.Reflection.DefaultMember("Item")]
    [System.ComponentModel.Editor(Nevron.Collections.NArrayListTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.Diagnostics.DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)]
    [System.Diagnostics.DebuggerDisplay("Count = {Count}")]
    [System.Serializable()]
    public class NAdvancedGradientPointCollection : Nevron.Collections.NArrayList 
    Inheritance Hierarchy

    System.Object
       System.Collections.ArrayList
          Nevron.Collections.NArrayList
             Nevron.GraphicsCore.NAdvancedGradientPointCollection

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also