Implements Add(Object).

Namespace:  PerpetuumSoft.Instrumentation.Model.Drawing
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public ColorSection Add(
	ColorSection value
)
Visual Basic (Declaration)
Public Function Add ( _
	value As ColorSection _
) As ColorSection
Visual C++
public:
ColorSection^ Add(
	ColorSection^ value
)

See Also