Returns the Stroke that is created by the specified lines type and coefficient.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
protected Stroke GetModifiedStroke(
	Stroke stroke,
	double k
)
Visual Basic (Declaration)
Protected Function GetModifiedStroke ( _
	stroke As Stroke, _
	k As Double _
) As Stroke
Visual C++
protected:
Stroke^ GetModifiedStroke(
	Stroke^ stroke, 
	double k
)

See Also