Click or drag to resize

BoundingRectangle Constructor (Vector2, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new axis aligned bounding rectangle from a circle.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public BoundingRectangle(
	Vector2 center,
	double radius
)
Request Example View Source

Parameters

center
Type: netDxfVector2
Center of the bounding rectangle.
radius
Type: SystemDouble
Radius of the circle.
See Also