Class constructor. Sets all the params a polyline needs to exist

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public Polyline(
	int type,
	int width,
	Color colorPolyline,
	int layer
)
Visual Basic (Declaration)
Public Sub New ( _
	type As Integer, _
	width As Integer, _
	colorPolyline As Color, _
	layer As Integer _
)
Visual C++
public:
Polyline(
	int type, 
	int width, 
	Color colorPolyline, 
	int layer
)

Parameters

type
Type: System..::.Int32
polyline's aspect
width
Type: System..::.Int32
polyline's width
colorPolyline
Type: System.Drawing..::.Color
polyline's color
layer
Type: System..::.Int32
polyline's layer

See Also