|
JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.Rectangle2d(lowerLeft,upperRight);
|
Parameters |
Description |
|
lowerLeft |
type Acad.Point2d |
|
upperRight |
type Acad.Point2d |
This class wraps the lowerLeft and upperRight Point2d objects.
|
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) 2012. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|