Rectangle.Rectangle

Rectangle.Rectangle Constructor


Initializes a new instance of Rectangle.

Overload List

public Rectangle();
public Rectangle( Rectangle rect );
public Rectangle( int x, int y, int width, int height );
public Rectangle( Point location, Size size );
© 2004-2005 GlobFX Technologies. All rights reserved.