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

451be93a 31b0 ee6c db14 ec2db62c6700

haplokuon edited this page May 6, 2023 · 1 revision

BoundingRectangle(Vector2, Double, Double, Double) Constructor

netDxf 3.0.0 Library

Initializes a new axis aligned bounding rectangle from a rotated ellipse.

Definition

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

C#

public BoundingRectangle(
	Vector2 center,
	double majorAxis,
	double minorAxis,
	double rotation
)

VB

Public Sub New ( 
	center As Vector2,
	majorAxis As Double,
	minorAxis As Double,
	rotation As Double
)

C++

public:
BoundingRectangle(
	Vector2 center, 
	double majorAxis, 
	double minorAxis, 
	double rotation
)

F#

new : 
        center : Vector2 * 
        majorAxis : float * 
        minorAxis : float * 
        rotation : float -> BoundingRectangle

Parameters

  Vector2
Center of the ellipse.
  Double
Major axis of the ellipse.
  Double
Minor axis of the ellipse.
  Double
Rotation in degrees of the ellipse.

See Also

Reference

BoundingRectangle Class
BoundingRectangle Overload
netDxf Namespace

Clone this wiki locally