Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
static XpsMatrix.MatrixOrder |
XpsMatrix.MatrixOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XpsMatrix.MatrixOrder[] |
XpsMatrix.MatrixOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XpsMatrix.multiply(XpsMatrix matrix,
XpsMatrix.MatrixOrder matrixOrder)
Multiplies this matrix by the matrix specified by the
matrix
in order specified by matrixOrder . |
void |
XpsMatrix.rotate(float angle,
XpsMatrix.MatrixOrder matrixOrder)
Applies clockwise rotation by
angle to this Matrix in order
specified by matrixOrder . |
void |
XpsMatrix.rotateAround(float angle,
Point2D pivot,
XpsMatrix.MatrixOrder matrixOrder)
Applies clockwise rotation by
angle around the pivot
to this Matrix in order specified by matrixOrder . |
void |
XpsMatrix.scale(float scaleX,
float scaleY,
XpsMatrix.MatrixOrder matrixOrder)
Applies the specified scale vector (scaleX and scaleY) to this Matrix in order
specified by
matrixOrder . |
void |
XpsMatrix.translate(float offsetX,
float offsetY,
XpsMatrix.MatrixOrder matrixOrder)
Applies the specified translation vector to this Matrix in order specified by
matrixOrder . |
Copyright © 2022 Aspose. All Rights Reserved.