Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

9181fdee c6a2 c109 8ca9 6b18e813b9a2

haplokuon edited this page May 6, 2023 · 1 revision

BoundingRectangle(Vector2, Double) Constructor

netDxf 3.0.0 Library

Initializes a new axis aligned bounding rectangle from a circle.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public BoundingRectangle(
	Vector2 center,
	double radius
)

VB

Public Sub New ( 
	center As Vector2,
	radius As Double
)

C++

public:
BoundingRectangle(
	Vector2 center, 
	double radius
)

F#

new : 
        center : Vector2 * 
        radius : float -> BoundingRectangle

Parameters

  Vector2
Center of the bounding rectangle.
  Double
Radius of the circle.

See Also

Reference

BoundingRectangle Class
BoundingRectangle Overload
netDxf Namespace

Clone this wiki locally