C# Class iTextSharp.text.pdf.PdfRectangle

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

Méthodes publiques

Méthode Description
Add ( PdfObject obj ) : bool
Add ( float values ) : bool
Add ( int values ) : bool
AddFirst ( PdfObject obj ) : void
GetBottom ( int margin ) : float
GetLeft ( int margin ) : float
GetRight ( int margin ) : float
GetTop ( int margin ) : float
PdfRectangle ( Rectangle rectangle ) : System
PdfRectangle ( Rectangle rectangle, int rotation ) : System
PdfRectangle ( float urx, float ury ) : System
PdfRectangle ( float llx, float lly, float urx, float ury ) : System
PdfRectangle ( float llx, float lly, float urx, float ury, int rotation ) : System
PdfRectangle ( float urx, float ury, int rotation ) : System

Method Details

Add() public méthode

public Add ( PdfObject obj ) : bool
obj PdfObject
Résultat bool

Add() public méthode

public Add ( float values ) : bool
values float
Résultat bool

Add() public méthode

public Add ( int values ) : bool
values int
Résultat bool

AddFirst() public méthode

public AddFirst ( PdfObject obj ) : void
obj PdfObject
Résultat void

GetBottom() public méthode

public GetBottom ( int margin ) : float
margin int
Résultat float

GetLeft() public méthode

public GetLeft ( int margin ) : float
margin int
Résultat float

GetRight() public méthode

public GetRight ( int margin ) : float
margin int
Résultat float

GetTop() public méthode

public GetTop ( int margin ) : float
margin int
Résultat float

PdfRectangle() public méthode

public PdfRectangle ( Rectangle rectangle ) : System
rectangle iTextSharp.text.Rectangle
Résultat System

PdfRectangle() public méthode

public PdfRectangle ( Rectangle rectangle, int rotation ) : System
rectangle iTextSharp.text.Rectangle
rotation int
Résultat System

PdfRectangle() public méthode

public PdfRectangle ( float urx, float ury ) : System
urx float
ury float
Résultat System

PdfRectangle() public méthode

public PdfRectangle ( float llx, float lly, float urx, float ury ) : System
llx float
lly float
urx float
ury float
Résultat System

PdfRectangle() public méthode

public PdfRectangle ( float llx, float lly, float urx, float ury, int rotation ) : System
llx float
lly float
urx float
ury float
rotation int
Résultat System

PdfRectangle() public méthode

public PdfRectangle ( float urx, float ury, int rotation ) : System
urx float
ury float
rotation int
Résultat System