Click or drag to resize

LwPolylineSetConstantWidth Method

Sets a constant width for all the light weight polyline segments.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void SetConstantWidth(
	double width
)

Parameters

width
Type: SystemDouble
Polyline width.
See Also