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

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
        public RectangleReadOnly(float llx, float lly, float urx, float ury, int rotation)
            : base(llx, lly, urx, ury)
        {
            base.Rotation = rotation;
        }

Same methods

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