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


In This Topic
    Add Method (NArgbColorValueF)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByRef c1 As NArgbColorValueF, _
       ByRef c2 As NArgbColorValueF _
    ) 
    'Usage
     
    
    Dim instance As NArgbColorValueF
    Dim c1 As NArgbColorValueF
    Dim c2 As NArgbColorValueF
     
    instance.Add(c1, c2)
    public void Add( 
       ref NArgbColorValueF c1,
       ref NArgbColorValueF 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