Nevron .NET Vision
Nevron.GraphicsCore Namespace / NColorF Structure / Add Method


In This Topic
    Add Method (NColorF)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByRef c1 As NColorF, _
       ByRef c2 As NColorF _
    ) 
    'Usage
     
    
    Dim instance As NColorF
    Dim c1 As NColorF
    Dim c2 As NColorF
     
    instance.Add(c1, c2)
    public void Add( 
       ref NColorF c1,
       ref NColorF c2
    )

    Parameters

    c1
    c2
    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