Bounds2D.Bounds2D C# (CSharp) Method

Bounds2D() public method

public Bounds2D ( ) : System.Collections
return System.Collections
    public Bounds2D()
        : this(0,0,0,0)
    {
    }

Same methods

Bounds2D::Bounds2D ( int x, int y, int width, int height ) : System.Collections