Package | Description |
---|---|
com.aspose.psd | |
com.aspose.psd.brushes | |
com.aspose.psd.extensions | |
com.aspose.psd.shapes |
Modifier and Type | Method and Description |
---|---|
Matrix |
Pen.getTransform()
Gets or sets a copy of the geometric transformation for this
Pen . |
Matrix |
Graphics.getTransform()
Gets or sets a copy of the geometric world transformation for this
Graphics . |
Modifier and Type | Method and Description |
---|---|
static boolean |
Matrix.equals(Matrix a,
Matrix b)
Determines whether two matrixes are equal.
|
void |
GraphicsPath.flatten(Matrix matrix)
Applies the specified transform and then converts each curve in this
GraphicsPath into a sequence of connected line segments. |
void |
GraphicsPath.flatten(Matrix matrix,
float flatness)
Converts each curve in this
GraphicsPath into a sequence of connected line segments. |
abstract RectangleF |
ObjectWithBounds.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
GraphicsPath.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
Figure.getBounds(Matrix matrix)
Gets the object's bounds.
|
abstract RectangleF |
ObjectWithBounds.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
GraphicsPath.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
Figure.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
void |
Matrix.multiply(Matrix Tx)
Multiplies this Matrix by the matrix specified in the matrix parameter using (default) Prepend order.
|
void |
Matrix.multiply(Matrix Tx,
int order)
Multiplies this Matrix by the matrix specified in the matrix parameter, and in the order specified in the order parameter.
|
void |
Pen.multiplyTransform(Matrix matrix)
|
void |
Graphics.multiplyTransform(Matrix matrix)
|
void |
Pen.multiplyTransform(Matrix matrix,
int order)
|
void |
Graphics.multiplyTransform(Matrix matrix,
int order)
|
void |
Pen.setTransform(Matrix value)
Gets or sets a copy of the geometric transformation for this
Pen . |
void |
Graphics.setTransform(Matrix value)
Gets or sets a copy of the geometric world transformation for this
Graphics . |
void |
Region.transform(Matrix matrix)
|
abstract void |
ObjectWithBounds.transform(Matrix transform)
Applies the specified transformation to the shape.
|
void |
GraphicsPath.transform(Matrix transform)
Applies the specified transformation to the shape.
|
void |
Figure.transform(Matrix transform)
Applies the specified transformation to the shape.
|
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 . |
void |
GraphicsPath.widen(Pen pen,
Matrix matrix)
Adds an additional outline to the
GraphicsPath . |
void |
GraphicsPath.widen(Pen pen,
Matrix matrix,
float flatness)
Replaces this
GraphicsPath with curves that enclose the area that is filled when this path is drawn by the specified pen. |
Constructor and Description |
---|
Matrix(Matrix origin)
Makes a copy of the
Matrix class. |
Modifier and Type | Method and Description |
---|---|
Matrix |
TransformBrush.getTransform()
Gets or sets a copy
Matrix that defines a local geometric transform for this TransformBrush . |
Modifier and Type | Method and Description |
---|---|
void |
TransformBrush.multiplyTransform(Matrix matrix)
Multiplies the
Matrix that represents the local geometric transform of this LinearGradientBrush by the specified Matrix by prepending the specified Matrix . |
void |
TransformBrush.multiplyTransform(Matrix matrix,
int order)
Multiplies the
Matrix that represents the local geometric transform of this LinearGradientBrush by the specified Matrix in the specified order. |
void |
TransformBrush.setTransform(Matrix value)
Gets or sets a copy
Matrix that defines a local geometric transform for this TransformBrush . |
Modifier and Type | Method and Description |
---|---|
static AffineTransform |
MatrixExtensions.toGdiMatrix(Matrix matrix)
Converts the
Matrix to the AffineTransform . |
Modifier and Type | Method and Description |
---|---|
RectangleF |
TextShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
RectangleProjectedShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
PolygonShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
CurveShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
BezierShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
ArcShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
TextShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
RectangleProjectedShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
PolygonShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
CurveShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
BezierShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
ArcShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
void |
TextShape.transform(Matrix transform)
Applies the specified transformation to the shape.
|
void |
RectangleProjectedShape.transform(Matrix transform)
Applies the specified transformation to the shape.
|
void |
PolygonShape.transform(Matrix transform)
Applies the specified transformation to the shape.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.