| Package | Description |
|---|---|
| com.aspose.cad |
| Modifier and Type | Method and Description |
|---|---|
static Point |
Point.add(Point point,
Size size)
Adds the specified
Aspose.Imaging.Size to the specified Aspose.Imaging.Point. |
static Point |
Point.ceiling(PointF point)
Converts the specified
Aspose.Imaging.PointF to a Aspose.Imaging.Point by rounding the values of the Aspose.Imaging.PointF to the next higher integer values. |
Point |
Point.Clone() |
static Point |
Point.getEmpty()
Gets a new instance of the
Aspose.Imaging.Point structure that has Aspose.Imaging.Point.X and Aspose.Imaging.Point.Y values set to zero. |
Point |
Rectangle.getLocation()
Gets or sets the coordinates of the upper-left corner of this
com.aspose.cad.Rectangle structure. |
static Point |
Point.op_Addition(Point point,
Size size)
Translates a
Aspose.Imaging.Point by a given Aspose.Imaging.Size. |
static Point |
Point.op_Subtraction(Point point,
Size size)
Translates a
Aspose.Imaging.Point by the negative of a given Aspose.Imaging.Size. |
static Point |
Point.round(PointF point)
Converts the specified
Aspose.Imaging.PointF to a Aspose.Imaging.Point object by rounding the Aspose.Imaging.Point values to the nearest integer. |
static Point |
Point.subtract(Point point,
Size size)
Returns the result of subtracting specified
Aspose.Imaging.Size from the specified Aspose.Imaging.Point. |
static Point |
Size.to_Point(Size size)
Converts the specified
Aspose.Imaging.Size to a Aspose.Imaging.Point. |
static Point |
Point.truncate(PointF point)
Converts the specified
Aspose.Imaging.PointF to a Aspose.Imaging.Point by truncating the values of the Aspose.Imaging.Point. |
| Modifier and Type | Method and Description |
|---|---|
static Point |
Point.add(Point point,
Size size)
Adds the specified
Aspose.Imaging.Size to the specified Aspose.Imaging.Point. |
void |
Point.CloneTo(Point that) |
boolean |
Rectangle.contains(Point point)
Determines if the specified point is contained within this
com.aspose.cad.Rectangle structure. |
static Rectangle |
Rectangle.fromPoints(Point point1,
Point point2)
Creates a new
Rectangle from two points specified. |
static boolean |
Point.isEquals(Point obj1,
Point obj2) |
void |
Point.offset(Point point)
Translates this
Aspose.Imaging.Point by the specified Aspose.Imaging.Point. |
void |
Rectangle.offset(Point pos)
Adjusts the location of this rectangle by the specified amount.
|
static Point |
Point.op_Addition(Point point,
Size size)
Translates a
Aspose.Imaging.Point by a given Aspose.Imaging.Size. |
static boolean |
Point.op_Equality(Point point1,
Point point2)
Compares two
Aspose.Imaging.Point objects. |
static boolean |
Point.op_Inequality(Point point1,
Point point2)
Compares two
Aspose.Imaging.Point objects. |
static Point |
Point.op_Subtraction(Point point,
Size size)
Translates a
Aspose.Imaging.Point by the negative of a given Aspose.Imaging.Size. |
void |
IPartialRawDataLoader.process(Rectangle rectangle,
byte[] data,
Point start,
Point end) |
void |
IPartialRawDataLoader.process(Rectangle rectangle,
byte[] data,
Point start,
Point end,
LoadOptions loadOptions) |
void |
IPartialPixelLoader.process(Rectangle pixelsRectangle,
Color[] pixels,
Point start,
Point end) |
void |
IPartialArgb32PixelLoader.process(Rectangle pixelsRectangle,
int[] pixels,
Point start,
Point end) |
void |
Rectangle.setLocation(Point value)
Gets or sets the coordinates of the upper-left corner of this
com.aspose.cad.Rectangle structure. |
static Point |
Point.subtract(Point point,
Size size)
Returns the result of subtracting specified
Aspose.Imaging.Size from the specified Aspose.Imaging.Point. |
static ApsPoint |
Point.to_ApsPoint(Point point)
Performs an explicit conversion from
Point to ApsPoint. |
static PointF |
Point.to_PointF(Point point)
Converts the specified
Point structure to the PointF structure. |
static Size |
Point.to_Size(Point point)
Converts the specified
Aspose.Imaging.Point structure to a Aspose.Imaging.Size structure. |
| Constructor and Description |
|---|
Matrix(Rectangle rect,
Point[] plgpts)
Initializes a new instance of the
Aspose.CAD.Matrix class to the geometric transform defined by the specified rectangle and array of points. |
Rectangle(Point location,
Size size)
Initializes a new instance of the
com.aspose.cad.Rectangle structure with the specified location and size. |
Size(Point point)
Initializes a new instance of the
Aspose.Imaging.Size structure from the specified Aspose.Imaging.Point. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.