Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
XpsMatrix |
XpsDocument.createMatrix(float m11,
float m12,
float m21,
float m22,
float m31,
float m32)
Creates a new affine transformation matrix.
|
XpsMatrix |
XpsMatrix.deepClone()
Clones this transformation matrix.
|
XpsMatrix |
XpsCanvas.getRenderTransform()
Returns the affine transformation matrix establishing a new coordinate frame
for the child and descendant elements of the canvas, such as another canvas.
|
XpsMatrix |
XpsGlyphs.getRenderTransform()
Returns the affine transformation matrix establishing a new coordinate frame for
the glyph run specified by the Glyphs element.
|
XpsMatrix |
XpsPath.getRenderTransform()
Returns the affine transformation matrix establishing a new coordinate frame
for all attributes of the path and for all child elements of the path, such as
the geometry defined by the Path.Data property element.
|
XpsMatrix |
XpsPathGeometry.getTransform()
Returns the affine transformation matrix establishing the local matrix transformation
that is applied to all child and descendant elements of the path geometry before it is used
for filling, clipping, or stroking.
|
XpsMatrix |
XpsTransformableBrush.getTransform()
Returns the matrix transformation applied to the coordinate space of the brush.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
XpsMatrix.equals(XpsMatrix a,
XpsMatrix b)
The actual implementation.
|
void |
XpsMatrix.multiply(XpsMatrix matrix)
Multiplies this matrix by the matrix specified by the
matrix
in default (Prepend) order. |
void |
XpsMatrix.multiply(XpsMatrix matrix,
XpsMatrix.MatrixOrder matrixOrder)
Multiplies this matrix by the matrix specified by the
matrix
in order specified by matrixOrder . |
static boolean |
XpsMatrix.op_Equality(XpsMatrix a,
XpsMatrix b)
Implements the operator ==.
|
static boolean |
XpsMatrix.op_Inequality(XpsMatrix a,
XpsMatrix b)
Implements the operator !
|
void |
XpsCanvas.setRenderTransform(XpsMatrix value)
Sets the affine transformation matrix establishing a new coordinate frame
for the child and descendant elements of the canvas, such as another canvas.
|
void |
XpsGlyphs.setRenderTransform(XpsMatrix value)
Sets the affine transformation matrix establishing a new coordinate frame for
the glyph run specified by the Glyphs element.
|
void |
XpsPath.setRenderTransform(XpsMatrix value)
Sets the affine transformation matrix establishing a new coordinate frame
for all attributes of the path and for all child elements of the path, such as
the geometry defined by the Path.Data property element.
|
void |
XpsPathGeometry.setTransform(XpsMatrix value)
Sets the affine transformation matrix establishing the local matrix transformation
that is applied to all child and descendant elements of the path geometry before it is used
for filling, clipping, or stroking.
|
void |
XpsTransformableBrush.setTransform(XpsMatrix value)
Sets the matrix transformation applied to the coordinate space of the brush.
|
Copyright © 2020 Aspose. All Rights Reserved.