Class
Describes a rectangle. This class is also a four-element collection.
Rectangle
Properties
Property | Type | Access | Description |
---|---|---|---|
bottom | number | r/w | The bottom coordinate. |
height | number | r/w | The height. |
left | number | r/w | The left coordinate. |
length | number | readonly | The array length. (default: 4) |
right | number | r/w | The right coordinate. |
top | number | r/w | The top coordinate. |
width | number | r/w | The width. |
x | number | r/w | The left coordinate. |
y | number | r/w | The top coordinate. |
Element of
Artboard.artboardRect
Document.cropBox
Document.geometricBounds
Document.visibleBounds
PDFSaveOptions.bleedOffsetRect
PageItem.controlBounds
PageItem.geometricBounds
PageItem.visibleBounds
PaperInfo.imageableArea
PlacedItem.boundingBox
PrintPageMarksOptions.bleedOffsetRect
PrintPageMarksOptions.marksOffsetRect
RasterItem.boundingBox
View.bounds
Used in:
Artboard Artboards.add (artboardRect: Rectangle)
void Artboards.insert (artboardRect: Rectangle, index: Int32)
void Document.imageCapture (imageFile: File[, clipBounds: Rectangle][, options: ImageCaptureOptions])
PageItem Document.rasterize (sourceArt: any[, clipBounds: Rectangle][, options: RasterizeOptions])
Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |