Nevron.GraphicsCore Namespace / NArgbColorValueF Structure / Add Method


Add Method (NArgbColorValueF)
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)

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