Package | Description |
---|---|
com.aspose.psd |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.psd.brushes |
The package provides helper classes and methods to work with different brush types.
|
com.aspose.psd.extensions |
The package contains extension methods.
|
com.aspose.psd.fileformats.psd.layers.fillsettings | |
com.aspose.psd.fileformats.psd.layers.layerresources.vectorpaths | |
com.aspose.psd.shapes |
The package contains different shapes combined from shape segments.
|
com.aspose.psd.shapesegments |
The package contains different shape segments which combine shapes.
|
Modifier and Type | Method and Description |
---|---|
static PointF |
PointF.add(PointF point,
Size size)
Translates a given
com.aspose.psd.PointF by the specified com.aspose.psd.Size . |
static PointF |
PointF.add(PointF point,
SizeF size)
Translates a given
com.aspose.psd.PointF by a specified com.aspose.psd.SizeF . |
PointF |
PointF.Clone() |
abstract PointF |
Shape.getCenter()
Gets the shape's center.
|
static PointF |
PointF.getEmpty()
Gets a new instance of the
com.aspose.psd.PointF structure that has com.aspose.psd.PointF.X and com.aspose.psd.PointF.Y values set to zero. |
abstract PointF |
ShapeSegment.getEndPoint()
Gets the ending point.
|
PointF |
IOrderedShape.getEndPoint()
Gets the ending shape point.
|
PointF |
RectangleF.getLocation()
Gets or sets the coordinates of the upper-left corner of this
com.aspose.psd.RectangleF structure. |
abstract PointF |
ShapeSegment.getStartPoint()
Gets the starting point.
|
PointF |
IOrderedShape.getStartPoint()
Gets the starting shape point.
|
static PointF |
PointF.op_Addition(PointF point,
Size size)
Translates a
com.aspose.psd.PointF by a given com.aspose.psd.Size . |
static PointF |
PointF.op_Addition(PointF point,
SizeF size)
Translates the
com.aspose.psd.PointF by the specified com.aspose.psd.SizeF . |
static PointF |
PointF.op_Subtraction(PointF point,
Size size)
Translates a
com.aspose.psd.PointF by the negative of a given com.aspose.psd.Size . |
static PointF |
PointF.op_Subtraction(PointF point,
SizeF size)
Translates a
com.aspose.psd.PointF by the negative of a specified com.aspose.psd.SizeF . |
static PointF |
PointF.subtract(PointF point,
Size size)
Translates a
com.aspose.psd.PointF by the negative of a specified size. |
static PointF |
PointF.subtract(PointF point,
SizeF size)
Translates a
com.aspose.psd.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 |
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
com.aspose.psd.PointF by the specified com.aspose.psd.Size . |
static PointF |
PointF.add(PointF point,
SizeF size)
Translates a given
com.aspose.psd.PointF by a specified com.aspose.psd.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
com.aspose.psd.RectangleF structure. |
void |
Graphics.drawBezier(Pen pen,
PointF pt1,
PointF pt2,
PointF pt3,
PointF pt4)
Draws a Bézier spline defined by four
PointF structures. |
void |
Graphics.drawBeziers(Pen pen,
PointF[] points)
Draws a series of Bézier splines from an array of
PointF structures. |
void |
Graphics.drawClosedCurve(Pen pen,
PointF[] points)
Draws a closed cardinal spline defined by an array of
PointF structures. |
void |
Graphics.drawClosedCurve(Pen pen,
PointF[] points,
float tension)
Draws a closed cardinal spline defined by an array of
PointF structures using a specified tension. |
void |
Graphics.drawCurve(Pen pen,
PointF[] points)
Draws a cardinal spline through a specified array of
PointF structures. |
void |
Graphics.drawCurve(Pen pen,
PointF[] points,
float tension)
Draws a cardinal spline through a specified array of
PointF structures using a specified tension. |
void |
Graphics.drawCurve(Pen pen,
PointF[] points,
int offset,
int numberOfSegments)
Draws a cardinal spline through a specified array of
PointF structures. |
void |
Graphics.drawCurve(Pen pen,
PointF[] points,
int offset,
int numberOfSegments,
float tension)
Draws a cardinal spline through a specified array of
PointF structures using a specified tension. |
void |
Graphics.drawImage(Image sourceImage,
PointF point)
Draws the specified
Image , using its original physical size, at the specified location. |
void |
Graphics.drawImage(Image image,
PointF[] destPoints)
Draws the specified portion of the specified
image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image image,
PointF[] destPoints,
RectangleF srcRect)
Draws the specified portion of the specified
image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image image,
PointF[] destPoints,
RectangleF srcRect,
int srcUnit)
Draws the specified portion of the specified
image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image image,
PointF[] destPoints,
RectangleF srcRect,
int srcUnit,
ImageAttributes imageAttributes)
Draws the specified portion of the specified
image at the specified location and with the specified size. |
void |
Graphics.drawLine(Pen pen,
PointF point1,
PointF point2)
Draws a line connecting two
PointF structures. |
void |
Graphics.drawLines(Pen pen,
PointF[] points)
Draws a series of line segments that connect an array of
PointF structures. |
void |
Graphics.drawPolygon(Pen pen,
PointF[] points)
Draws a polygon defined by an array of
PointF structures. |
void |
Graphics.drawString(String s,
Font font,
Brush brush,
PointF point)
Draws the specified text string at the specified location with the specified
com.aspose.psd.Brush and com.aspose.psd.Font objects. |
void |
Graphics.drawString(String s,
Font font,
Brush brush,
PointF point,
StringFormat format)
Draws the specified text string at the specified location with the specified
com.aspose.psd.Brush and com.aspose.psd.Font objects using the formatting attributes of the specified com.aspose.psd.stringFormat . |
void |
Graphics.fillClosedCurve(Brush brush,
PointF[] points)
Fills the interior of a closed cardinal spline curve defined by an array of
com.aspose.psd.PointF structures. |
void |
Graphics.fillClosedCurve(Brush brush,
PointF[] points,
int fillmode)
Fills the interior of a closed cardinal spline curve defined by an array of
com.aspose.psd.PointF structures using the specified fill mode. |
void |
Graphics.fillClosedCurve(Brush brush,
PointF[] points,
int fillmode,
float tension)
Fills the interior of a closed cardinal spline curve defined by an array of
com.aspose.psd.PointF structures using the specified fill mode and tension. |
void |
Graphics.fillPolygon(Brush brush,
PointF[] points)
Fills the interior of a polygon defined by an array of points specified by
com.aspose.psd.PointF structures and FillMode.Alternate . |
void |
Graphics.fillPolygon(Brush brush,
PointF[] points,
int fillMode)
Fills the interior of a polygon defined by an array of points specified by
com.aspose.psd.PointF structures using the specified fill mode. |
static RectangleF |
RectangleF.fromPoints(PointF point1,
PointF point2)
Creates a new
Rectangle from two points specified. |
static boolean |
PointF.isEquals(PointF obj1,
PointF obj2) |
boolean |
GraphicsPath.isOutlineVisible(PointF point,
Pen pen)
Indicates whether the specified point is contained within (under) the outline of this
com.aspose.psd.GraphicsPath when drawn with the specified com.aspose.psd.pen . |
boolean |
GraphicsPath.isOutlineVisible(PointF pt,
Pen pen,
Graphics graphics)
Indicates whether the specified point is contained within (under) the outline of this
com.aspose.psd.GraphicsPath when drawn with the specified com.aspose.psd.Pen and using the specified com.aspose.psd.graphics . |
boolean |
Region.isVisible(PointF point)
Tests whether the specified
com.aspose.psd.PointF structure is contained within this com.aspose.psd.region . |
boolean |
GraphicsPath.isVisible(PointF point)
Indicates whether the specified point is contained within this
com.aspose.psd.graphicsPath . |
boolean |
Region.isVisible(PointF point,
Graphics g)
Tests whether the specified
com.aspose.psd.PointF structure is contained within this com.aspose.psd.Region when drawn using the specified com.aspose.psd.graphics . |
boolean |
GraphicsPath.isVisible(PointF pt,
Graphics graphics)
Indicates whether the specified point is contained within this
com.aspose.psd.graphicsPath . |
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
com.aspose.psd.PointF by a given com.aspose.psd.Size . |
static PointF |
PointF.op_Addition(PointF point,
SizeF size)
Translates the
com.aspose.psd.PointF by the specified com.aspose.psd.SizeF . |
static boolean |
PointF.op_Equality(PointF point1,
PointF point2)
Compares two
com.aspose.psd.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
com.aspose.psd.PointF by the negative of a given com.aspose.psd.Size . |
static PointF |
PointF.op_Subtraction(PointF point,
SizeF size)
Translates a
com.aspose.psd.PointF by the negative of a specified com.aspose.psd.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,
int 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
com.aspose.psd.RectangleF structure. |
static PointF |
PointF.subtract(PointF point,
Size size)
Translates a
com.aspose.psd.PointF by the negative of a specified size. |
static PointF |
PointF.subtract(PointF point,
SizeF size)
Translates a
com.aspose.psd.PointF by the negative of a specified size. |
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 . |
void |
GraphicsPath.warp(PointF[] destPoints,
RectangleF srcRect)
Applies a warp transform, defined by a rectangle and a parallelogram, to this
com.aspose.psd.graphicsPath . |
void |
GraphicsPath.warp(PointF[] destPoints,
RectangleF srcRect,
Matrix matrix)
Applies a warp transform, defined by a rectangle and a parallelogram, to this
com.aspose.psd.graphicsPath . |
void |
GraphicsPath.warp(PointF[] destPoints,
RectangleF srcRect,
Matrix matrix,
int warpMode)
Applies a warp transform, defined by a rectangle and a parallelogram, to this
com.aspose.psd.graphicsPath . |
void |
GraphicsPath.warp(PointF[] destPoints,
RectangleF srcRect,
Matrix matrix,
int warpMode,
float flatness)
Applies a warp transform, defined by a rectangle and a parallelogram, to this
com.aspose.psd.graphicsPath . |
Constructor and Description |
---|
Matrix(RectangleF rect,
PointF[] plgpts)
Initializes a new instance of the
Aspose.Imaging.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
com.aspose.psd.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 |
---|---|
PointF |
PathGradientBrushBase.getCenterPoint()
Gets or sets the center point of the path gradient.
|
PointF |
PathGradientBrushBase.getFocusScales()
Gets the focus point for the gradient falloff.
|
PointF[] |
PathGradientBrushBase.getPathPoints()
Gets the path points this brush was build upon.
|
Modifier and Type | Method and Description |
---|---|
void |
PathGradientBrushBase.setCenterPoint(PointF value)
Gets or sets the center point of the path gradient.
|
void |
PathGradientBrushBase.setFocusScales(PointF value)
Gets or sets the focus point for the gradient falloff.
|
Constructor and Description |
---|
LinearGradientBrush(PointF point1,
PointF point2,
Color color1,
Color color2)
Initializes a new instance of the
LinearGradientBrush class with the specified points and colors. |
LinearMulticolorGradientBrush(PointF point1,
PointF point2)
Initializes a new instance of the
LinearMulticolorGradientBrush class with the specified points. |
PathGradientBrush(PointF[] points)
Initializes a new instance of the
PathGradientBrush class with the specified points. |
PathGradientBrush(PointF[] points,
int wrapMode)
Initializes a new instance of the
PathGradientBrush class with the specified points and wrap mode. |
PathMulticolorGradientBrush(PointF[] points)
Initializes a new instance of the
PathMulticolorGradientBrush class with the specified points. |
PathMulticolorGradientBrush(PointF[] points,
int wrapMode)
Initializes a new instance of the
PathMulticolorGradientBrush class with the specified points and wrap mode. |
Modifier and Type | Method and Description |
---|---|
static PointF[] |
PointExtensions.toPointsArray(Point[] points)
Converts the
Point array to the PointF array. |
Modifier and Type | Method and Description |
---|---|
static Point2D.Float |
PointExtensions.toGdiPoint(PointF point)
Converts the
PointF to System.Drawing.PointF . |
static Point2D.Float[] |
PointExtensions.toGdiPoints(PointF[] points)
Converts the
PointF array to the System.Drawing.PointF array. |
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Collections.Generic.IGenericEnumerable<OSTypeStructure> |
PatternFillSettings.generateLfx2ResourceNodes(String pointType,
Color color,
String patternName,
String identifier,
double scale,
boolean linked,
PointF offset)
Generates the LFX2 resource nodes.
|
Modifier and Type | Method and Description |
---|---|
PointF[] |
BezierKnotRecord.getPathPoints()
Gets or sets the path points.
|
Modifier and Type | Method and Description |
---|---|
void |
BezierKnotRecord.setPathPoints(PointF[] value)
Gets or sets the path points.
|
Modifier and Type | Method and Description |
---|---|
PointF |
TextShape.getCenter()
Gets the shape's center.
|
PointF |
RectangleProjectedShape.getCenter()
Gets the shape's center.
|
PointF |
PolygonShape.getCenter()
Gets the shape's center.
|
PointF |
CurveShape.getCenter()
Gets the shape's center.
|
PointF |
BezierShape.getCenter()
Gets the shape's center.
|
PointF |
PolygonShape.getEndPoint()
Gets the ending shape point.
|
PointF |
BezierShape.getEndPoint()
Gets the ending shape point.
|
PointF |
ArcShape.getEndPoint()
Gets the ending shape point.
|
PointF |
RectangleProjectedShape.getLeftBottom()
Gets the left bottom rectangle point.
|
PointF |
RectangleProjectedShape.getLeftTop()
Gets the left top rectangle point.
|
PointF[] |
PolygonShape.getPoints()
Gets or sets the curve points.
|
PointF |
RectangleProjectedShape.getRightBottom()
Gets the right bottom rectangle point.
|
PointF |
RectangleProjectedShape.getRightTop()
Gets the right top rectangle point.
|
PointF |
PolygonShape.getStartPoint()
Gets the starting shape point.
|
PointF |
ArcShape.getStartPoint()
Gets the starting shape point.
|
Modifier and Type | Method and Description |
---|---|
void |
PolygonShape.setPoints(PointF[] value)
Gets or sets the curve points.
|
Constructor and Description |
---|
BezierShape(PointF[] points)
Initializes a new instance of the
BezierShape class. |
BezierShape(PointF[] points,
boolean isClosed)
Initializes a new instance of the
BezierShape class. |
CurveShape(PointF[] points)
Initializes a new instance of the
CurveShape class. |
CurveShape(PointF[] points,
boolean isClosed)
Initializes a new instance of the
CurveShape class. |
CurveShape(PointF[] points,
float tension)
Initializes a new instance of the
CurveShape class. |
CurveShape(PointF[] points,
float tension,
boolean isClosed)
Initializes a new instance of the
CurveShape class. |
PolygonShape(PointF[] points)
Initializes a new instance of the
PolygonShape class. |
PolygonShape(PointF[] points,
boolean isClosed)
Initializes a new instance of the
PolygonShape class. |
Modifier and Type | Method and Description |
---|---|
PointF |
LineSegment.getEndPoint()
Gets the ending point.
|
PointF |
BezierSegment.getFirstControlPoint()
Gets the first control point of a bezier spline.
|
PointF |
BezierSegment.getSecondControlPoint()
Gets the second control point of a bezier spline.
|
PointF |
LineSegment.getStartPoint()
Gets the starting point.
|
Constructor and Description |
---|
BezierSegment(PointF startPoint,
PointF firstControlPoint,
PointF secondControlPoint,
PointF endPoint)
Initializes a new instance of the
BezierSegment class. |
LineSegment(PointF startPoint,
PointF endPoint)
Initializes a new instance of the
LineSegment class. |