| Package | Description |
|---|---|
| com.aspose.cad | |
| com.aspose.cad.imageoptions |
| Modifier and Type | Method and Description |
|---|---|
RectangleF |
RectangleF.Clone() |
static RectangleF |
RectangleF.fromLeftTopRightBottom(float left,
float top,
float right,
float bottom)
Creates a
Aspose.Imaging.RectangleF structure with upper-left corner and lower-right corner at the specified locations. |
static RectangleF |
RectangleF.fromPoints(PointF point1,
PointF point2)
Creates a new
Rectangle from two points specified. |
abstract RectangleF |
ObjectWithBounds.getBounds()
Gets the object's bounds.
|
abstract RectangleF |
ObjectWithBounds.getBounds(Matrix matrix)
Gets the object's bounds.
|
static RectangleF |
RectangleF.getEmpty()
Gets a new instance of the
Aspose.Imaging.RectangleF structure that has Aspose.Imaging.RectangleF.X, Aspose.Imaging.RectangleF.Y, Aspose.Imaging.RectangleF.Width and Aspose.Imaging.RectangleF.Height values set to zero. |
static RectangleF |
RectangleF.inflate(RectangleF rect,
float x,
float y)
Creates and returns an inflated copy of the specified
Aspose.Imaging.RectangleF structure. |
static RectangleF |
RectangleF.intersect(RectangleF a,
RectangleF b)
Returns a
Aspose.Imaging.RectangleF structure that represents the intersection of two rectangles. |
static RectangleF |
RectangleF.op_Division(RectangleF rectangle,
float divider)
Implements the operator /.
|
static RectangleF |
RectangleF.op_Multiply(RectangleF rectangle,
float multiplier)
Converts the specified
Rectangle structure to a RectangleF structure. |
static RectangleF |
RectangleF.to_RectangleF(Rectangle rect)
Converts the specified
Aspose.Imaging.Rectangle structure to a Aspose.Imaging.RectangleF structure. |
static RectangleF |
RectangleF.union(RectangleF a,
RectangleF b)
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
|
| Modifier and Type | Method and Description |
|---|---|
static Rectangle |
Rectangle.ceiling(RectangleF value)
Converts the specified
com.aspose.cad.RectangleF structure to a com.aspose.cad.Rectangle structure by rounding the com.aspose.cad.RectangleF values to the next higher integer values. |
void |
RectangleF.CloneTo(RectangleF that) |
boolean |
RectangleF.contains(RectangleF rect)
Determines if the rectangular region represented by
rect is entirely contained within this Aspose.Imaging.RectangleF structure. |
static RectangleF |
RectangleF.inflate(RectangleF rect,
float x,
float y)
Creates and returns an inflated copy of the specified
Aspose.Imaging.RectangleF structure. |
void |
RectangleF.intersect(RectangleF rect)
Replaces this
Aspose.Imaging.RectangleF structure with the intersection of itself and the specified Aspose.Imaging.RectangleF structure. |
static RectangleF |
RectangleF.intersect(RectangleF a,
RectangleF b)
Returns a
Aspose.Imaging.RectangleF structure that represents the intersection of two rectangles. |
boolean |
RectangleF.intersectsWith(RectangleF rect)
Determines if this rectangle intersects with
rect. |
static boolean |
RectangleF.isEquals(RectangleF obj1,
RectangleF obj2) |
static RectangleF |
RectangleF.op_Division(RectangleF rectangle,
float divider)
Implements the operator /.
|
static boolean |
RectangleF.op_Equality(RectangleF left,
RectangleF right)
Tests whether two
Aspose.Imaging.RectangleF structures have equal location and size. |
static boolean |
RectangleF.op_Inequality(RectangleF left,
RectangleF right)
Tests whether two
Aspose.Imaging.RectangleF structures differ in location or size. |
static RectangleF |
RectangleF.op_Multiply(RectangleF rectangle,
float multiplier)
Converts the specified
Rectangle structure to a RectangleF structure. |
static Rectangle |
Rectangle.round(RectangleF value)
Converts the specified
com.aspose.cad.RectangleF to a com.aspose.cad.Rectangle by rounding the com.aspose.cad.RectangleF values to the nearest integer values. |
static Rectangle |
Rectangle.truncate(RectangleF value)
Converts the specified
com.aspose.cad.RectangleF to a com.aspose.cad.Rectangle by truncating the com.aspose.cad.RectangleF values. |
static RectangleF |
RectangleF.union(RectangleF a,
RectangleF b)
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
|
| Constructor and Description |
|---|
Matrix(RectangleF rect,
PointF[] plgpts)
Initializes a new instance of the
Aspose.CAD.Matrix class to the geometric transform defined by the specified rectangle and array of points. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RectangleF> |
CadRasterizationOptions.getLayoutPlotAreas()
Gets or sets the dictionary for overriding of PlotWindowArea1 and PlotWindowArea2 values associated to corresponding layouts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CadRasterizationOptions.setLayoutPlotAreas(Map<String,RectangleF> value)
Gets or sets the dictionary for overriding of PlotWindowArea1 and PlotWindowArea2 values associated to corresponding layouts.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.