System.util.RectangleJ.RectangleJ C# (CSharp) Méthode

RectangleJ() public méthode

public RectangleJ ( float x, float y, float width, float height )
x float
y float
width float
height float
        public RectangleJ(float x, float y, float width, float height) {
            this.x = x;
            this.y = y;
            this.width = width;
            this.height = height;
        }

Same methods

RectangleJ::RectangleJ ( iTextSharp rect )