Constructor AbstractBounds
AbstractBounds(TPoint, TPoint)
Initializes a new instance of the AbstractBounds<TPoint> class.
protected AbstractBounds(TPoint point, TPoint size)
Parameters
point
TPointThe position of the bounds.
size
TPointThe size of the bounds.