JavaScript Application Programming Interface (API) for AutoCAD
ContentsIndexHome
PreviousUpNext
Acad.Rectangle2d Function

Autodesk.AutoCAD.js

JavaScript
function Acad.Rectangle2d(lowerLeft,upperRight);
Parameters 
Description 
lowerLeft 
type Acad.Point2d 
upperRight 
type Acad.Point2d 

This class wraps the lowerLeft and upperRight Point2d objects.

Links
Properties
Name 
Type 
Description 
Condition 
lowerLeft 
Point2d 
Returns the lowerLeft point of Rectangle 
Read-write 
upperRight 
Point2d 
Returns the upperRight point of Rectangle 
Read-write 
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!