C# Class iTextSharp.text.RectangleReadOnly

A RectangleReadOnly is the representation of a geometric figure. It's the same as a Rectangle but immutable.
Inheritance: Rectangle
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Public Methods

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

Private Methods

Method Description
ThrowReadOnlyError ( ) : void

Method Details

CloneNonPositionParameters() public method

public CloneNonPositionParameters ( Rectangle rect ) : void
rect Rectangle
return void

DisableBorderSide() public method

public DisableBorderSide ( int side ) : void
side int
return void

EnableBorderSide() public method

public EnableBorderSide ( int side ) : void
side int
return void

Normalize() public method

public Normalize ( ) : void
return void

RectangleReadOnly() public method

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

RectangleReadOnly() public method

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
return System

RectangleReadOnly() public method

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
return System

RectangleReadOnly() public method

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

RectangleReadOnly() public method

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

SoftCloneNonPositionParameters() public method

public SoftCloneNonPositionParameters ( Rectangle rect ) : void
rect Rectangle
return void

ToString() public method

public ToString ( ) : String
return String