iTextSharp.text.RectangleReadOnly.RectangleReadOnly C# (CSharp) Method

RectangleReadOnly() public method

public RectangleReadOnly ( float urx, float ury, int rotation ) : System
urx float
ury float
rotation int
return System
        public RectangleReadOnly(float urx, float ury, int rotation)
            : base(0, 0, 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 llx, float lly, float urx, float ury, int rotation ) : System