Modifier and Type | Method and Description |
---|---|
Matrix |
Graphics.getTransform()
Gets or sets a copy of the geometric world transformation for this
com.aspose.imaging.graphics . |
Matrix |
Pen.getTransform()
Gets or sets a copy of the geometric transformation for this
Pen . |
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
T:Aspose.Imaging.GraphicsPath into a sequence of connected line segments. |
void |
GraphicsPath.flatten(Matrix matrix,
float flatness)
Converts each curve in this
T:Aspose.Imaging.GraphicsPath into a sequence of connected line segments. |
RectangleF |
Figure.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
GraphicsPath.getBounds(Matrix matrix)
Gets the object's bounds.
|
abstract RectangleF |
ObjectWithBounds.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
Figure.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
GraphicsPath.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
abstract RectangleF |
ObjectWithBounds.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 |
Graphics.multiplyTransform(Matrix matrix)
Multiplies the
com.aspose.imaging.Matrix that represents the local geometric transform of this com.aspose.imaging.Graphics by the specified com.aspose.imaging.Matrix by prepending the specified com.aspose.imaging.matrix . |
void |
Pen.multiplyTransform(Matrix matrix)
Multiplies the transformation matrix for this
Pen by the specified Matrix . |
void |
Graphics.multiplyTransform(Matrix matrix,
int order)
Multiplies the
com.aspose.imaging.Matrix that represents the local geometric transform of this com.aspose.imaging.Graphics by the specified com.aspose.imaging.Matrix in the specified order. |
void |
Pen.multiplyTransform(Matrix matrix,
int order)
Multiplies the transformation matrix for this
Pen by the specified Matrix in the specified order. |
static boolean |
Matrix.op_Equality(Matrix matrix1,
Matrix matrix2)
Implements the operator ==.
|
static boolean |
Matrix.op_Inequality(Matrix matrix1,
Matrix matrix2)
Implements the operator !=.
|
void |
Graphics.setTransform(Matrix value)
Gets or sets a copy of the geometric world transformation for this
com.aspose.imaging.graphics . |
void |
Pen.setTransform(Matrix value)
Gets or sets a copy of the geometric transformation for this
Pen . |
void |
Figure.transform(Matrix transform)
Applies the specified transformation to the shape.
|
void |
GraphicsPath.transform(Matrix transform)
Applies the specified transformation to the shape.
|
abstract void |
ObjectWithBounds.transform(Matrix transform)
Applies the specified transformation to the shape.
|
void |
Region.transform(Matrix matrix)
Transforms this
T:Aspose.Imaging.Region by the specified T:Aspose.Imaging.Matrix . |
void |
GraphicsPath.warp(PointF[] destPoints,
RectangleF srcRect,
Matrix matrix)
Applies a warp transform, defined by a rectangle and a parallelogram, to this
T:Aspose.Imaging.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
T:Aspose.Imaging.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
T:Aspose.Imaging.GraphicsPath . |
void |
GraphicsPath.widen(Pen pen,
Matrix matrix)
Adds an additional outline to the
T:Aspose.Imaging.GraphicsPath . |
void |
GraphicsPath.widen(Pen pen,
Matrix matrix,
float flatness)
Replaces this
T:Aspose.Imaging.GraphicsPath with curves that enclose the area that is filled when this path is drawn by the specified pen. |
Modifier and Type | Method and Description |
---|---|
Matrix |
TransformBrush.getTransform()
Gets or sets a copy
Aspose.Imaging.Matrix that defines a local geometric transform for this TransformBrush . |
Modifier and Type | Method and Description |
---|---|
void |
TransformBrush.multiplyTransform(Matrix matrix)
Multiplies the
Aspose.Imaging.Matrix that represents the local geometric transform of this LinearGradientBrush by the specified Aspose.Imaging.Matrix by prepending the specified Aspose.Imaging.Matrix . |
void |
TransformBrush.multiplyTransform(Matrix matrix,
int order)
Multiplies the
Aspose.Imaging.Matrix that represents the local geometric transform of this LinearGradientBrush by the specified Aspose.Imaging.Matrix in the specified order. |
void |
TransformBrush.setTransform(Matrix value)
Gets or sets a copy
Aspose.Imaging.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 System.Drawing.Drawing2D.Matrix . |
Modifier and Type | Method and Description |
---|---|
Matrix |
EmfTransformRecordType.getXform()
Gets or sets an XForm object (section 2.2.28), which defines a world-space to page space transform.
|
Matrix |
EmfAlphaBlend.getXformSr()
Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.
|
Matrix |
EmfBitBlt.getXformSrc()
Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.
|
Matrix |
EmfMaskBlt.getXformSrc()
Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.
|
Matrix |
EmfStretchBlt.getXformSrc()
Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.
|
Matrix |
EmfTransparentBlt.getXformSrc()
Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.
|
Matrix |
EmfPlgBlt.getXFormSrc()
Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfTransformRecordType.setXform(Matrix value)
Gets or sets an XForm object (section 2.2.28), which defines a world-space to page space transform.
|
void |
EmfAlphaBlend.setXformSr(Matrix value)
Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.
|
void |
EmfBitBlt.setXformSrc(Matrix value)
Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.
|
void |
EmfMaskBlt.setXformSrc(Matrix value)
Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.
|
void |
EmfStretchBlt.setXformSrc(Matrix value)
Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.
|
void |
EmfTransparentBlt.setXformSrc(Matrix value)
Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.
|
void |
EmfPlgBlt.setXFormSrc(Matrix value)
Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
EmfPlusLinearGradientBrushOptionalData.getTransformMatrix()
Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a
world space to device space transform for the linear gradient brush.
|
Matrix |
EmfPlusPathGradientBrushOptionalData.getTransformMatrix()
Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a world space to device space transform for the path gradient brush.
|
Matrix |
EmfPlusPenOptionalData.getTransformMatrix()
Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47)
that specifies a world space to device space transform for
the pen.
|
Matrix |
EmfPlusTextureBrushOptionalData.getTransformMatrix()
Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47)
that specifies a world space to device space transform for the
texture brush.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusLinearGradientBrushOptionalData.setTransformMatrix(Matrix value)
Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a
world space to device space transform for the linear gradient brush.
|
void |
EmfPlusPathGradientBrushOptionalData.setTransformMatrix(Matrix value)
Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a world space to device space transform for the path gradient brush.
|
void |
EmfPlusPenOptionalData.setTransformMatrix(Matrix value)
Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47)
that specifies a world space to device space transform for
the pen.
|
void |
EmfPlusTextureBrushOptionalData.setTransformMatrix(Matrix value)
Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47)
that specifies a world space to device space transform for the
texture brush.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
EmfPlusMultiplyWorldTransform.getMatrixData()
Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the multiplication matrix.
|
Matrix |
EmfPlusSetWorldTransform.getMatrixData()
Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the
new current world transform.
|
Matrix |
EmfPlusDrawDriverString.getTransformMatrix()
Gets or sets the transform matrix
An optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies the transformation to apply to
each value in the text array.
|
Matrix |
EmfPlusSetTsGraphics.getWorldToDevice()
Gets or sets an 192-bit EmfPlusTransformMatrix object (section 2.2.2.47) that
specifies the world space to device space transforms.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusMultiplyWorldTransform.setMatrixData(Matrix value)
Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the multiplication matrix.
|
void |
EmfPlusSetWorldTransform.setMatrixData(Matrix value)
Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the
new current world transform.
|
void |
EmfPlusDrawDriverString.setTransformMatrix(Matrix value)
Gets or sets the transform matrix
An optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies the transformation to apply to
each value in the text array.
|
void |
EmfPlusSetTsGraphics.setWorldToDevice(Matrix value)
Gets or sets an 192-bit EmfPlusTransformMatrix object (section 2.2.2.47) that
specifies the world space to device space transforms.
|
Modifier and Type | Method and Description |
---|---|
RectangleF |
ArcShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
BezierShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
CurveShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
PolygonShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
RectangleProjectedShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
TextShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
ArcShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
BezierShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
CurveShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
PolygonShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
RectangleProjectedShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
TextShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
void |
PolygonShape.transform(Matrix transform)
Applies the specified transformation to the shape.
|
void |
RectangleProjectedShape.transform(Matrix transform)
Applies the specified transformation to the shape.
|
void |
TextShape.transform(Matrix transform)
Applies the specified transformation to the shape.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.