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

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

public Rectangle ( float llx, float lly, float urx, float ury, int rotation ) : System
llx float
lly float
urx float
ury float
rotation int
Результат System
        public Rectangle(float llx, float lly, float urx, float ury, int rotation)
            : this(llx, lly, urx, ury)
        {
            Rotation = rotation;
        }

Same methods

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