C# 클래스 iTextSharp.text.pdf.PdfRectangle

상속: NumberArray
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( PdfObject obj ) : bool
obj PdfObject
리턴 bool

Add() 공개 메소드

public Add ( float values ) : bool
values float
리턴 bool

Add() 공개 메소드

public Add ( int values ) : bool
values int
리턴 bool

AddFirst() 공개 메소드

public AddFirst ( PdfObject obj ) : void
obj PdfObject
리턴 void

GetBottom() 공개 메소드

public GetBottom ( int margin ) : float
margin int
리턴 float

GetLeft() 공개 메소드

public GetLeft ( int margin ) : float
margin int
리턴 float

GetRight() 공개 메소드

public GetRight ( int margin ) : float
margin int
리턴 float

GetTop() 공개 메소드

public GetTop ( int margin ) : float
margin int
리턴 float

PdfRectangle() 공개 메소드

public PdfRectangle ( Rectangle rectangle ) : System
rectangle iTextSharp.text.Rectangle
리턴 System

PdfRectangle() 공개 메소드

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

PdfRectangle() 공개 메소드

public PdfRectangle ( float urx, float ury ) : System
urx float
ury float
리턴 System

PdfRectangle() 공개 메소드

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

PdfRectangle() 공개 메소드

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

PdfRectangle() 공개 메소드

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