Implements OutLine(Color, Double, Double, Double, Double).

Namespace:  PerpetuumSoft.Framework.Text
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public void OutLine(
	Color color,
	double width,
	double startX,
	double endX,
	double y
)
Visual Basic (Declaration)
Public Sub OutLine ( _
	color As Color, _
	width As Double, _
	startX As Double, _
	endX As Double, _
	y As Double _
)
Visual C++
public:
virtual void OutLine(
	Color color, 
	double width, 
	double startX, 
	double endX, 
	double y
) sealed

See Also