C# Класс iTextSharp.text.RectangleReadOnly

A RectangleReadOnly is the representation of a geometric figure. It's the same as a Rectangle but immutable.
Наследование: Rectangle
Показать файл Открыть проект

Открытые методы

Метод Описание
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