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

91f9cc13 a374 2715 0b90 9afbf98058a8

haplokuon edited this page May 6, 2023 · 1 revision

BoundingRectangle(Vector2, Vector2) 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 min,
	Vector2 max
)

VB

Public Sub New ( 
	min As Vector2,
	max As Vector2
)

C++

public:
BoundingRectangle(
	Vector2 min, 
	Vector2 max
)

F#

new : 
        min : Vector2 * 
        max : Vector2 -> BoundingRectangle

Parameters

  Vector2
Lower-left corner.
  Vector2
Upper-right corner.

See Also

Reference

BoundingRectangle Class
BoundingRectangle Overload
netDxf Namespace

Clone this wiki locally