Bounds2D.Bounds2D C# (CSharp) Метод

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

public Bounds2D ( ) : System.Collections
Результат System.Collections
    public Bounds2D()
        : this(0,0,0,0)
    {
    }

Same methods

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