Create the smallest XRect that encloses all the points supplied.
[C#] static XRect FromPoints(XPoint points)
static XRect FromPoints(XPoint points)
If no points or null is supplied then the return value is null.
None.