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

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

Constructs a RectangleReadOnly-object.
public RectangleReadOnly ( Rectangle rect ) : System
rect Rectangle another Rectangle
Результат System
        public RectangleReadOnly(Rectangle rect)
            : base(rect.Left, rect.Bottom, rect.Right, rect.Top)
        {
            base.CloneNonPositionParameters(rect);
        }

Same methods

RectangleReadOnly::RectangleReadOnly ( float urx, float ury ) : 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