Back to Server

Rectangle2D

(static) Rectangle2D Parse( string value )
(ctor) Rectangle2D( IPoint2D start, IPoint2D end )
(ctor) Rectangle2D( int x, int y, int width, int height )
Point2D End( get; set; )
int Height( get; set; )
Point2D Start( get; set; )
int Width( get; set; )
int X( get; set; )
int Y( get; set; )
bool Contains( IPoint2D p )
bool Contains( Point3D p )
bool Contains( Point2D p )
void MakeHold( Rectangle2D r )
void Set( int x, int y, int width, int height )
virtual string ToString()