| Modifier and Type | Method and Description |
|---|---|
static PointF |
PointF.add(PointF point,
Size size)
Translates a given
Aspose.Imaging.PointF by the specified Aspose.Imaging.Size. |
static PointF |
PointF.add(PointF point,
SizeF size)
Translates a given
Aspose.Imaging.PointF by a specified Aspose.Imaging.SizeF. |
PointF |
PointF.Clone() |
static PointF |
PointF.getEmpty()
Gets a new instance of the
Aspose.Imaging.PointF structure that has com.aspose.cad.PointF.X and com.aspose.cad.PointF.Y values set to zero. |
PointF |
RectangleF.getLocation()
Gets or sets the coordinates of the upper-left corner of this
Aspose.Imaging.RectangleF structure. |
static PointF |
PointF.op_Addition(PointF point,
Size size)
Translates a
Aspose.Imaging.PointF by a given Aspose.Imaging.Size. |
static PointF |
PointF.op_Addition(PointF point,
SizeF size)
Translates the
Aspose.Imaging.PointF by the specified Aspose.Imaging.SizeF. |
static PointF |
PointF.op_Subtraction(PointF point,
Size size)
Translates a
Aspose.Imaging.PointF by the negative of a given Aspose.Imaging.Size. |
static PointF |
PointF.op_Subtraction(PointF point,
SizeF size)
Translates a
Aspose.Imaging.PointF by the negative of a specified Aspose.Imaging.SizeF. |
static PointF |
PointF.subtract(PointF point,
Size size)
Translates a
Aspose.Imaging.PointF by the negative of a specified size. |
static PointF |
PointF.subtract(PointF point,
SizeF size)
Translates a
Aspose.Imaging.PointF by the negative of a specified size. |
static PointF |
Point.to_PointF(Point point)
Converts the specified
Point structure to the PointF structure. |
static PointF |
SizeF.to_PointF(SizeF size)
Converts the specified
Aspose.Imaging.SizeF to a Aspose.Imaging.PointF. |
PointF |
ApsPoint.toPointF()
To the point f.
|
PointF |
SizeF.toPointF()
Converts a
Aspose.Imaging.SizeF to a Aspose.Imaging.PointF. |
| Modifier and Type | Method and Description |
|---|---|
static PointF |
PointF.add(PointF point,
Size size)
Translates a given
Aspose.Imaging.PointF by the specified Aspose.Imaging.Size. |
static PointF |
PointF.add(PointF point,
SizeF size)
Translates a given
Aspose.Imaging.PointF by a specified Aspose.Imaging.SizeF. |
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. |
void |
PointF.CloneTo(PointF that) |
boolean |
RectangleF.contains(PointF point)
Determines if the specified point is contained within this
Aspose.Imaging.RectangleF structure. |
static ApsPoint[] |
ApsPoint.fromPointFsArray(PointF[] points)
To the points list.
|
static RectangleF |
RectangleF.fromPoints(PointF point1,
PointF point2)
Creates a new
Rectangle from two points specified. |
static boolean |
PointF.isEquals(PointF obj1,
PointF obj2) |
void |
RectangleF.offset(PointF pos)
Adjusts the location of this rectangle by the specified amount.
|
static PointF |
PointF.op_Addition(PointF point,
Size size)
Translates a
Aspose.Imaging.PointF by a given Aspose.Imaging.Size. |
static PointF |
PointF.op_Addition(PointF point,
SizeF size)
Translates the
Aspose.Imaging.PointF by the specified Aspose.Imaging.SizeF. |
static boolean |
PointF.op_Equality(PointF point1,
PointF point2)
Compares two
Aspose.Imaging.PointF structures. |
static boolean |
PointF.op_Inequality(PointF point1,
PointF point2)
Determines whether the coordinates of the specified points are not equal.
|
static PointF |
PointF.op_Subtraction(PointF point,
Size size)
Translates a
Aspose.Imaging.PointF by the negative of a given Aspose.Imaging.Size. |
static PointF |
PointF.op_Subtraction(PointF point,
SizeF size)
Translates a
Aspose.Imaging.PointF by the negative of a specified Aspose.Imaging.SizeF. |
void |
Matrix.rotateAt(float angle,
PointF point)
Applies a clockwise rotation about the specified point to this Matrix in the default (Prepend) order.
|
void |
Matrix.rotateAt(float angle,
PointF point,
MatrixOrder order)
Applies a clockwise rotation about the specified point to this Matrix in the specified order.
|
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. |
void |
RectangleF.setLocation(PointF value)
Gets or sets the coordinates of the upper-left corner of this
Aspose.Imaging.RectangleF structure. |
static PointF |
PointF.subtract(PointF point,
Size size)
Translates a
Aspose.Imaging.PointF by the negative of a specified size. |
static PointF |
PointF.subtract(PointF point,
SizeF size)
Translates a
Aspose.Imaging.PointF by the negative of a specified size. |
static ApsPoint |
ApsPoint.to_ApsPoint(PointF pointF)
Performs an explicit conversion from
PointF to ApsPoint. |
static ApsPoint |
PointF.to_ApsPoint(PointF apsPnt)
Performs an explicit conversion from
PointF to ApsPoint. |
static ApsPoint[] |
PointF.toPointApsArray(PointF[] fPnts)
Performs an explicit conversion from
PointF arr to ApsPoint arr. |
void |
Matrix.transformPoints(PointF[] points)
Applies the geometric transform represented by this
Matrix to a specified array of points. |
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. |
| 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. |
RectangleF(PointF location,
SizeF size)
Initializes a new instance of the
Aspose.Imaging.RectangleF structure with the specified location and size. |
SizeF(PointF point)
Initializes a new instance of the
Aspose.Imaging.SizeF structure from the specified Aspose.Imaging.PointF. |
| Modifier and Type | Method and Description |
|---|---|
List<PointF> |
CadHelix.getAxisPoints()
Gets or sets the axis points.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CadHelix.setAxisPoints(List<PointF> value)
Gets or sets the axis points.
|
| Modifier and Type | Method and Description |
|---|---|
PointF |
CF2Line.getEndPoint()
The end point
|
PointF |
CF2Main.getLeftLowerCorner()
The coordinates of the lower left corner of the cutting
|
PointF |
CF2SubInsert.getScale()
The scale
|
PointF |
CF2Main.getScale()
The scale
|
PointF |
CF2DrawnElement.getStartPoint()
The start point
|
PointF |
CF2Main.getUpperRightCorner()
The coordinates of the upper right corner of the cutting
|
| Modifier and Type | Method and Description |
|---|---|
void |
CF2Line.setEndPoint(PointF value)
The end point
|
void |
CF2Main.setLeftLowerCorner(PointF value)
The coordinates of the lower left corner of the cutting
|
void |
CF2SubInsert.setScale(PointF value)
The scale
|
void |
CF2Main.setScale(PointF value)
The scale
|
void |
CF2DrawnElement.setStartPoint(PointF value)
The start point
|
void |
CF2Main.setUpperRightCorner(PointF value)
The coordinates of the upper right corner of the cutting
|
| Modifier and Type | Method and Description |
|---|---|
PointF |
PltImage.getMaxPoint()
Gets the maximum point coordinate of drawing elements of all pages in points (72 points per inch).
|
PointF |
PltImage.getMinPoint()
Gets the minimum point coordinate of drawing elements of all pages in points (72 points per inch).
|
| Modifier and Type | Method and Description |
|---|---|
PointF |
PostScriptImage.getMaxPoint()
Gets the maximum point coordinate of drawing elements of all pages in points (72 points per inch).
|
PointF |
PostScriptImage.getMinPoint()
Gets the minimum point coordinate of drawing elements of all pages in points (72 points per inch).
|
| Modifier and Type | Method and Description |
|---|---|
PointF |
VectorRasterizationOptions.getRelativePosition()
Position of top left corner of exported region relative to whole document's image, in relative units - 0,0 is top left, 1,1 is bottom of document's image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorRasterizationOptions.setRelativePosition(PointF value)
Position of top left corner of exported region relative to whole document's image, in relative units - 0,0 is top left, 1,1 is bottom of document's image.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.