CADability dotNET
Sets the line width for subsequent curve drawing

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void SetLineWidth(
	double lineWidth
)
Visual Basic
Sub SetLineWidth ( _
	lineWidth As Double _
)
Visual C++
void SetLineWidth(
	double lineWidth
)

Parameters

lineWidth
Type: System..::..Double
Line width in world coordinates

See Also