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

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

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

Same methods

RectangleReadOnly::RectangleReadOnly ( Rectangle rect ) : System
RectangleReadOnly::RectangleReadOnly ( float llx, float lly, 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