Click or drag to resize

DXFReaderNETControlShowRubberBandCircle Method

Shows the circle specified by the CenterPoint and Radius parameters as a rubber band circle.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void ShowRubberBandCircle(
	Vector2 CenterPoint,
	double Radius,
	Color? Color = null,
	RubberBandType RubberBandType = RubberBandType.Dashed
)

Parameters

CenterPoint
Type: DXFReaderNETVector2
Center of the circle.
Radius
Type: SystemDouble
The radius of the circle.
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