iText 5

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

Type

Name

Methods

float

Item

get

Methods

Public methods

Details

Constructors

Matrix [1/3]

Source code

public Matrix()

Matrix [2/3]

Source code

public Matrix(float tx, float ty)

Arguments

Type

Name

Description

float

tx

float

ty

Matrix [3/3]

Source code

public Matrix(float a, float b, float c, float d, float e, float f)

Arguments

Type

Name

Description

float

a

float

b

float

c

float

d

float

e

float

f

Methods

Multiply

Source code

public virtual Matrix Multiply(Matrix by)

Arguments

Type

Name

Description

Matrix

by

Subtract

Source code

public virtual Matrix Subtract(Matrix arg)

Arguments

Type

Name

Description

Matrix

arg

GetDeterminant

Source code

public virtual float GetDeterminant()

Equals

Source code

public override bool Equals(object obj)

Arguments

Type

Name

Description

object

obj

GetHashCode

Source code

public override int GetHashCode()

ToString

Source code

public override string ToString()

Properties

Item

public float Item { get; }

Generated with ModularDoc