C# Class iTextSharp.text.pdf.PdfRectangle

Inheritance: NumberArray
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method 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 method

public Add ( PdfObject obj ) : bool
obj PdfObject
return bool

Add() public method

public Add ( float values ) : bool
values float
return bool

Add() public method

public Add ( int values ) : bool
values int
return bool

AddFirst() public method

public AddFirst ( PdfObject obj ) : void
obj PdfObject
return void

GetBottom() public method

public GetBottom ( int margin ) : float
margin int
return float

GetLeft() public method

public GetLeft ( int margin ) : float
margin int
return float

GetRight() public method

public GetRight ( int margin ) : float
margin int
return float

GetTop() public method

public GetTop ( int margin ) : float
margin int
return float

PdfRectangle() public method

public PdfRectangle ( Rectangle rectangle ) : System
rectangle iTextSharp.text.Rectangle
return System

PdfRectangle() public method

public PdfRectangle ( Rectangle rectangle, int rotation ) : System
rectangle iTextSharp.text.Rectangle
rotation int
return System

PdfRectangle() public method

public PdfRectangle ( float urx, float ury ) : System
urx float
ury float
return System

PdfRectangle() public method

public PdfRectangle ( float llx, float lly, float urx, float ury ) : System
llx float
lly float
urx float
ury float
return System

PdfRectangle() public method

public PdfRectangle ( float llx, float lly, float urx, float ury, int rotation ) : System
llx float
lly float
urx float
ury float
rotation int
return System

PdfRectangle() public method

public PdfRectangle ( float urx, float ury, int rotation ) : System
urx float
ury float
rotation int
return System