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