Click or drag to resize

DXFReaderNETControlShowRubberBandLinearDimension Method (Line, Vector2, Double, NullableColor, RubberBandType)

Shows the distance specified by referenc line as a rubber band linear dimension.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void ShowRubberBandLinearDimension(
	Line ReferenceLine,
	Vector2 Position,
	double Rotation = 0,
	Color? Color = null,
	RubberBandType RubberBandType = RubberBandType.Dashed
)

Parameters

ReferenceLine
Type: DXFReaderNET.EntitiesLine
Reference line of the dimension.
Position
Type: DXFReaderNETVector2
Point position of the dimension line.
Rotation (Optional)
Type: SystemDouble
Rotation in degrees of the dimension line.
Color (Optional)
Type: SystemNullableColor
The color of the rubber band if solid. If omitted the CurrentColor will be used.
RubberBandType (Optional)
Type: DXFReaderNETRubberBandType
The type of rubber band: solid or dashed.
See Also