C# 클래스 iTextSharp.text.RectangleReadOnly

A RectangleReadOnly is the representation of a geometric figure. It's the same as a Rectangle but immutable.
상속: Rectangle
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch

공개 메소드들

메소드 설명
CloneNonPositionParameters ( Rectangle rect ) : void
DisableBorderSide ( int side ) : void
EnableBorderSide ( int side ) : void
Normalize ( ) : void
RectangleReadOnly ( Rectangle rect ) : System

Constructs a RectangleReadOnly-object.

RectangleReadOnly ( float urx, float ury ) : System

Constructs a RectangleReadOnly-object starting from the origin (0, 0).

RectangleReadOnly ( float llx, float lly, float urx, float ury ) : System

Constructs a RectangleReadOnly-object.

RectangleReadOnly ( float llx, float lly, float urx, float ury, int rotation ) : System
RectangleReadOnly ( float urx, float ury, int rotation ) : System
SoftCloneNonPositionParameters ( Rectangle rect ) : void
ToString ( ) : String

비공개 메소드들

메소드 설명
ThrowReadOnlyError ( ) : void

메소드 상세

CloneNonPositionParameters() 공개 메소드

public CloneNonPositionParameters ( Rectangle rect ) : void
rect Rectangle
리턴 void

DisableBorderSide() 공개 메소드

public DisableBorderSide ( int side ) : void
side int
리턴 void

EnableBorderSide() 공개 메소드

public EnableBorderSide ( int side ) : void
side int
리턴 void

Normalize() 공개 메소드

public Normalize ( ) : void
리턴 void

RectangleReadOnly() 공개 메소드

Constructs a RectangleReadOnly-object.
public RectangleReadOnly ( Rectangle rect ) : System
rect Rectangle another Rectangle
리턴 System

RectangleReadOnly() 공개 메소드

Constructs a RectangleReadOnly-object starting from the origin (0, 0).
public RectangleReadOnly ( float urx, float ury ) : System
urx float upper right x
ury float upper right y
리턴 System

RectangleReadOnly() 공개 메소드

Constructs a RectangleReadOnly-object.
public RectangleReadOnly ( float llx, float lly, float urx, float ury ) : System
llx float lower left x
lly float lower left y
urx float upper right x
ury float upper right y
리턴 System

RectangleReadOnly() 공개 메소드

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

RectangleReadOnly() 공개 메소드

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

SoftCloneNonPositionParameters() 공개 메소드

public SoftCloneNonPositionParameters ( Rectangle rect ) : void
rect Rectangle
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String