| Package | Description |
|---|---|
| com.aspose.cad.fileformats.cgm | |
| com.aspose.cad.fileformats.cgm.classes |
| Modifier and Type | Method and Description |
|---|---|
List<CgmRectangle> |
CgmFile.getRectangles()
Gets all found rectangles.
|
| Modifier and Type | Field and Description |
|---|---|
static CgmRectangle |
CgmRectangle.EMPTY
Represents an instance of the CGMRectangle class with its members uninitialized.
|
| Modifier and Type | Method and Description |
|---|---|
CgmRectangle |
CgmRectangle.Clone() |
static CgmRectangle |
CgmRectangle.fromPoints(CgmPoint leftUpperCorner,
CgmPoint rightUpperCorner,
CgmPoint leftLowerCorner,
CgmPoint rightLowerCorner)
Create a rectangle from the rectangle points.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CgmRectangle.CloneTo(CgmRectangle that) |
static boolean |
CgmRectangle.isEquals(CgmRectangle obj1,
CgmRectangle obj2) |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.