Initializes a new instance of Rectangle.
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. |