RectangleF.RectangleF

RectangleF.RectangleF Constructor


Initializes a new instance of RectangleF.

Overload List

public RectangleF();
public RectangleF( RectangleF rect );
public RectangleF( Rectangle rect );
public RectangleF( double x, double y, double width, double height );
public RectangleF( PointF location, SizeF size );
© 2004-2005 GlobFX Technologies. All rights reserved.