Click or drag to resize

DXFReaderNETControlShowRubberBandBox Method (Vector2, Vector2, NullableColor, RubberBandType)

Shows the rectangle specified by the StartPoint and EndPoint parameters as a rubber band rectangle.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void ShowRubberBandBox(
	Vector2 StartPoint,
	Vector2 EndPoint,
	Color? Color = null,
	RubberBandType RubberBandType = RubberBandType.Dashed
)

Parameters

StartPoint
Type: DXFReaderNETVector2
The lower-left corner of the window.
EndPoint
Type: DXFReaderNETVector2
The upper-right corner of the window.
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