Package | Description |
---|---|
com.aspose.psd | |
com.aspose.psd.brushes | |
com.aspose.psd.extensions | |
com.aspose.psd.fileformats.psd.layers.fillsettings | |
com.aspose.psd.shapes | |
com.aspose.psd.shapesegments |
Modifier and Type | Method and Description |
---|---|
static PointF |
PointF.add(PointF point,
Size size)
|
static PointF |
PointF.add(PointF point,
SizeF size)
|
PointF |
PointF.Clone() |
abstract PointF |
Shape.getCenter()
Gets the shape's center.
|
static PointF |
PointF.getEmpty()
Gets a new instance of the
PointF structure that has Aspose.PSD.PointF.X (PointF.getX() /PointF.setX(float) ) and Aspose.PSD.PointF.Y (PointF.getY() /PointF.setY(float) ) 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
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)
|
static PointF |
PointF.op_Addition(PointF point,
SizeF size)
|
static PointF |
PointF.op_Subtraction(PointF point,
Size size)
|
static PointF |
PointF.op_Subtraction(PointF point,
SizeF size)
|
static PointF |
PointF.subtract(PointF point,
Size size)
Translates a
PointF by the negative of a specified size. |
static PointF |
PointF.subtract(PointF point,
SizeF size)
Translates a
PointF by the negative of a specified size. |
static PointF |
Point.to_PointF(Point point)
|
static PointF |
SizeF.to_PointF(SizeF size)
|
PointF |
SizeF.toPointF()
|
Modifier and Type | Method and Description |
---|---|
static PointF |
PointF.add(PointF point,
Size size)
|
static PointF |
PointF.add(PointF point,
SizeF size)
|
static Point |
Point.ceiling(PointF point)
|
void |
PointF.CloneTo(PointF that) |
boolean |
RectangleF.contains(PointF point)
Determines if the specified point is contained within this
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 (Graphics.getImage() ), 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)
|
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
Brush and Font objects using the formatting attributes of the specified StringFormat . |
void |
Graphics.fillClosedCurve(Brush brush,
PointF[] points)
Fills the interior of a closed cardinal spline curve defined by an array of
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
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
PointF structures using the specified fill mode and tension. |
void |
Graphics.fillPolygon(Brush brush,
PointF[] points)
|
void |
Graphics.fillPolygon(Brush brush,
PointF[] points,
int fillMode)
Fills the interior of a polygon defined by an array of points specified by
PointF structures using the specified fill mode. |
static RectangleF |
RectangleF.fromPoints(PointF point1,
PointF point2)
Creates a new
Rectangle from two points specified. |
boolean |
GraphicsPath.isOutlineVisible(PointF point,
Pen pen)
Indicates whether the specified point is contained within (under) the outline of this
GraphicsPath when drawn with the specified Pen . |
boolean |
GraphicsPath.isOutlineVisible(PointF pt,
Pen pen,
Graphics graphics)
Indicates whether the specified point is contained within (under) the outline of this
GraphicsPath when drawn with the specified Pen and using the specified Graphics . |
boolean |
Region.isVisible(PointF point)
|
boolean |
GraphicsPath.isVisible(PointF point)
Indicates whether the specified point is contained within this
GraphicsPath . |
boolean |
Region.isVisible(PointF point,
Graphics g)
|
boolean |
GraphicsPath.isVisible(PointF pt,
Graphics graphics)
Indicates whether the specified point is contained within this
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)
|
static PointF |
PointF.op_Addition(PointF point,
SizeF size)
|
static boolean |
PointF.op_Equality(PointF point1,
PointF point2)
Compares two
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)
|
static PointF |
PointF.op_Subtraction(PointF point,
SizeF size)
|
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)
|
void |
RectangleF.setLocation(PointF value)
Gets or sets the coordinates of the upper-left corner of this
RectangleF structure. |
static PointF |
PointF.subtract(PointF point,
Size size)
Translates a
PointF by the negative of a specified size. |
static PointF |
PointF.subtract(PointF point,
SizeF size)
Translates a
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)
|
void |
GraphicsPath.warp(PointF[] destPoints,
RectangleF srcRect)
Applies a warp transform, defined by a rectangle and a parallelogram, to this
GraphicsPath . |
void |
GraphicsPath.warp(PointF[] destPoints,
RectangleF srcRect,
Matrix matrix)
Applies a warp transform, defined by a rectangle and a parallelogram, to this
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
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
GraphicsPath . |
Constructor and Description |
---|
Matrix(RectangleF rect,
PointF[] plgpts)
Initializes a new instance of the
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
RectangleF structure with the specified location and size. |
SizeF(PointF point)
|
Modifier and Type | Method and Description |
---|---|
PointF |
PathGradientBrushBase.getCenterPoint()
Gets or sets the center point of the path gradient.
|
PointF |
PathGradientBrushBase.getFocusScales()
Gets or sets 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)
|
Modifier and Type | Method and Description |
---|---|
static Point2D.Float |
PointExtensions.toGdiPoint(PointF point)
Converts the
PointF to Point2D.Float . |
static Point2D.Float[] |
PointExtensions.toGdiPoints(PointF[] points)
Converts the
PointF array to the Point2D.Float 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 |
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. |
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.