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 |
XpsContentElement.getRenderTransform()
Returns the affine transformation matrix establishing a new coordinate frame
for all attributes of the element and for all child elements (if any).
|
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 |
XpsContentElement.setRenderTransform(XpsMatrix value)
Sets the affine transformation matrix establishing a new coordinate frame
for all attributes of the element and for all child elements (if any).
|
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.