Package | Description |
---|---|
com.aspose.cad |
Modifier and Type | Method and Description |
---|---|
static boolean |
Matrix.equals(Matrix a,
Matrix b)
Determines whether two matrixes are equal.
|
abstract com.aspose.cad.RectangleF |
ObjectWithBounds.getBounds(Matrix matrix)
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.
|
static boolean |
Matrix.op_Equality(Matrix matrix1,
Matrix matrix2)
Implements the operator ==.
|
static boolean |
Matrix.op_Inequality(Matrix matrix1,
Matrix matrix2)
Implements the operator !=.
|
abstract void |
ObjectWithBounds.transform(Matrix transform)
Applies the specified transformation to the shape.
|