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

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Equals ( Object obj ) : bool
obj Object
Résultat bool

GetDeterminant() public méthode

public GetDeterminant ( ) : float
Résultat float

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Matrix() public méthode

public Matrix ( ) : System
Résultat System

Matrix() public méthode

public Matrix ( float tx, float ty ) : System
tx float
ty float
Résultat System

Matrix() public méthode

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
Résultat System

Multiply() public méthode

public Multiply ( Matrix by ) : Matrix
by Matrix
Résultat Matrix

Subtract() public méthode

public Subtract ( Matrix arg ) : Matrix
arg Matrix
Résultat Matrix

ToString() public méthode

public ToString ( ) : String
Résultat String

this() public méthode

public this ( int index ) : float
index int
Résultat float