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


In This Topic
    NAdvancedGradientPoint Class
    In This Topic
    Represents an advanced gradient point.
    Object Model
    NAdvancedGradientPoint Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.ComponentModel.TypeConverterAttribute(Nevron.GraphicsCore.NAdvancedGradientPointTypeConverter)>
    <System.SerializableAttribute()>
    Public Class NAdvancedGradientPoint 
    'Usage
     
    
    Dim instance As NAdvancedGradientPoint
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.ComponentModel.TypeConverter(Nevron.GraphicsCore.NAdvancedGradientPointTypeConverter)]
    [System.Serializable()]
    public class NAdvancedGradientPoint 
    Remarks
    An advanced gradient consists of a background color and an arbitrary number of color points. Each point has properties for shape, color, intensity and rotation (applicable when the shape is line or rectangle).
    Inheritance Hierarchy

    System.Object
       Nevron.GraphicsCore.NAdvancedGradientPoint

    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