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

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
        public RectangleReadOnly(float llx, float lly, float urx, float ury)
            : base(llx, lly, urx, ury)
        {
        }

Same methods

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