iTextSharp.text.Rectangle.Rectangle C# (CSharp) Метод

Rectangle() публичный Метод

Constructs a Rectangle-object.
public Rectangle ( Rectangle rect ) : System
rect Rectangle another Rectangle
Результат System
        public Rectangle(Rectangle rect)
            : this(rect.llx, rect.lly, rect.urx, rect.ury)
        {
            CloneNonPositionParameters(rect);
        }

Same methods

Rectangle::Rectangle ( float urx, float ury ) : System
Rectangle::Rectangle ( float llx, float lly, float urx, float ury ) : System
Rectangle::Rectangle ( float llx, float lly, float urx, float ury, int rotation ) : System
Rectangle::Rectangle ( float urx, float ury, int rotation ) : System