Initializes a new instance of the ColorSection class.

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

Syntax

C#
public ColorSection(
	Color color,
	double portion
)
Visual Basic (Declaration)
Public Sub New ( _
	color As Color, _
	portion As Double _
)
Visual C++
public:
ColorSection(
	Color color, 
	double portion
)

Parameters

color
Type: System.Drawing..::.Color
portion
Type: System..::.Double

See Also