'Declaration Public Sub Add( _ ByRef c1 As NColorF, _ ByRef c2 As NColorF _ )
'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)
'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 )
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
NColorF Structure NColorF Members