Back to Server

Rectangle2D

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