|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aspose.imaging.ObjectWithBounds
com.aspose.imaging.Shape
com.aspose.imaging.shapes.RectangleProjectedShape
com.aspose.imaging.shapes.RectangleShape
public class RectangleShape
Represents a rectangular shape.
| Constructor Summary | |
|---|---|
RectangleShape()
Initializes a new instance of the RectangleShape class. |
|
RectangleShape(RectangleF rectangle)
Initializes a new instance of the RectangleShape class. |
|
| Method Summary | |
|---|---|
ShapeSegment[] |
getSegments()
Gets the shape segments. |
| Methods inherited from class com.aspose.imaging.shapes.RectangleProjectedShape |
|---|
getBounds, getBounds, getBounds, getCenter, getLeftBottom, getLeftTop, getRectangleHeight, getRectangleWidth, getRightBottom, getRightTop, hasSegments, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RectangleShape()
Initializes a new instance of the RectangleShape class.
public RectangleShape(RectangleF rectangle)
Initializes a new instance of the RectangleShape class.
rectangle - The rectangle.| Method Detail |
|---|
public ShapeSegment[] getSegments()
Gets the shape segments.
Value: The shape segments.
getSegments in class Shape
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||