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.12.2
Syntax
public void ShowRubberBandCircle(
	Vector2 CenterPoint,
	double Radius,
	Color? Color = null,
	RubberBandType RubberBandType = RubberBandType.Solid,
	Color? FillColor = null
)

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.
FillColor (Optional)
Type: SystemNullableColor
The fill color of the circle. If omitted the circle will not be filled.
See Also