Packages

 

Uses of Class
com.aspose.cad.Matrix

  • Packages that use Matrix 
    Package Description
    com.aspose.cad  
    • Uses of Matrix in com.aspose.cad

      Methods in com.aspose.cad with parameters of type Matrix 
      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.