Initializes a new instance of the NeedlePoint class.

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

Syntax

C#
public NeedlePoint(
	double portion,
	double width
)
Visual Basic (Declaration)
Public Sub New ( _
	portion As Double, _
	width As Double _
)
Visual C++
public:
NeedlePoint(
	double portion, 
	double width
)

Parameters

portion
Type: System..::.Double
width
Type: System..::.Double

See Also