| Package | Description |
|---|---|
| com.aspose.cad |
| Modifier and Type | Method and Description |
|---|---|
static MatrixOrder |
MatrixOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatrixOrder[] |
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 |
Matrix.multiply(Matrix Tx,
MatrixOrder order)
Multiplies this Matrix by the matrix specified in the matrix parameter, and in the order specified in the order parameter.
|
void |
Matrix.rotate(float angle,
MatrixOrder order)
Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this Matrix in the specified order.
|
void |
Matrix.rotateAt(float angle,
PointF point,
MatrixOrder order)
Applies a clockwise rotation about the specified point to this Matrix in the specified order.
|
void |
Matrix.scale(float scaleX,
float scaleY,
MatrixOrder order)
Applies the specified scale vector (scaleX and scaleY) to this
Matrix using the specified order. |
void |
Matrix.translate(float offsetX,
float offsetY,
MatrixOrder order)
Applies the specified translation vector to this Matrix in the specified order.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.