C# Class iTextSharp.text.pdf.parser.Matrix

Datei anzeigen Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
Equals ( Object obj ) : bool
GetDeterminant ( ) : float
GetHashCode ( ) : int
Matrix ( ) : System
Matrix ( float tx, float ty ) : System
Matrix ( float a, float b, float c, float d, float e, float f ) : System
Multiply ( Matrix by ) : Matrix
Subtract ( Matrix arg ) : Matrix
ToString ( ) : String
this ( int index ) : float

Method Details

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool

GetDeterminant() public method

public GetDeterminant ( ) : float
return float

GetHashCode() public method

public GetHashCode ( ) : int
return int

Matrix() public method

public Matrix ( ) : System
return System

Matrix() public method

public Matrix ( float tx, float ty ) : System
tx float
ty float
return System

Matrix() public method

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

Multiply() public method

public Multiply ( Matrix by ) : Matrix
by Matrix
return Matrix

Subtract() public method

public Subtract ( Matrix arg ) : Matrix
arg Matrix
return Matrix

ToString() public method

public ToString ( ) : String
return String

this() public method

public this ( int index ) : float
index int
return float