Skip to main content
Skip table of contents

Matrix

Matrix Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.parser
  iTextSharp.text.pdf.parser.Matrix[[Matrix]]
  end

Members

Properties

Public properties
TypeNameMethods
floatItemget

Methods

Public methods
ReturnsName
boolEquals(object obj)
floatGetDeterminant()
intGetHashCode()
MatrixMultiply(Matrix by)
MatrixSubtract(Matrix arg)
stringToString()

Details

Constructors

Matrix [1/3]

Source code

public Matrix()
Matrix [2/3]

Source code

public Matrix(float tx, float ty)
Arguments
TypeNameDescription
floattx
floatty
Matrix [3/3]

Source code

public Matrix(float a, float b, float c, float d, float e, float f)
Arguments
TypeNameDescription
floata
floatb
floatc
floatd
floate
floatf

Methods

Multiply

Source code

public virtual Matrix Multiply(Matrix by)
Arguments
TypeNameDescription
Matrixby
Subtract

Source code

public virtual Matrix Subtract(Matrix arg)
Arguments
TypeNameDescription
Matrixarg
GetDeterminant

Source code

public virtual float GetDeterminant()
Equals

Source code

public override bool Equals(object obj)
Arguments
TypeNameDescription
objectobj
GetHashCode

Source code

public override int GetHashCode()
ToString

Source code

public override string ToString()

Properties

Item
public float Item { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.