| Package | Description |
|---|---|
| com.yworks.yfiles.geometry |
Contains definitions, default implementations, structs and support classes that deal with the representation of geometric data.
|
| Modifier and Type | Method and Description |
|---|---|
MutableRectangle |
MutableRectangle.clone()
Creates a copy of the current state of this instance using a new
MutablePoint and Size to
store the position and size. |
static MutableRectangle |
RectD.convertToMutableRectangle(RectD rectangle)
Performs an explicit conversion from
RectD to MutableRectangle. |
| Modifier and Type | Method and Description |
|---|---|
static RectD |
RectD.convertFrom(MutableRectangle rectangle)
Performs an explicit conversion from
MutableRectangle to RectD. |
static OrientedRectangle |
OrientedRectangle.convertFrom(MutableRectangle rect)
A casting operator that creates a new instance of
OrientedRectangle using the current state of the rectangle
that is cast. |