XRect Constructor.
[C#] XRect() XRect(string value) [Visual Basic] Sub New Sub New(value As String)
XRect() XRect(string value)
Sub New Sub New(value As String)
These methods construct an XRect object.
To construct an XRect with initial values use one of the static constructors such as XRect.FromSides, XRect.FromLbwh or XRect.FromPoints.
None.