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

a3ba3844 f370 a408 3f8b 9e0dc6cf5fa1

haplokuon edited this page May 6, 2023 · 1 revision

BoundingRectangle(Vector2, Double, Double) Constructor

netDxf 3.0.0 Library

Initializes a new axis aligned bounding rectangle.

Definition

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

C#

public BoundingRectangle(
	Vector2 center,
	double width,
	double height
)

VB

Public Sub New ( 
	center As Vector2,
	width As Double,
	height As Double
)

C++

public:
BoundingRectangle(
	Vector2 center, 
	double width, 
	double height
)

F#

new : 
        center : Vector2 * 
        width : float * 
        height : float -> BoundingRectangle

Parameters

  Vector2
Center of the bounding rectangle.
  Double
Width of the bounding rectangle.
  Double
Height of the bounding rectangle.

See Also

Reference

BoundingRectangle Class
BoundingRectangle Overload
netDxf Namespace

Clone this wiki locally