Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public LineDef(
	Color color,
	double widthPt
)
Visual Basic (Declaration)
Public Sub New ( _
	color As Color, _
	widthPt As Double _
)

Parameters

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

See Also