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

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

Constructs a Rectangle-object starting from the origin (0, 0).
public Rectangle ( float urx, float ury ) : System
urx float upper right x
ury float upper right y
Результат System
        public Rectangle(float urx, float ury)
            : this(0, 0, urx, ury)
        {
        }

Same methods

Rectangle::Rectangle ( Rectangle rect ) : 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