RectangleCollection.RectangleCollection Constructors
Initializes a new instance of the RectangleCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | RectangleCollection() | Initializes a new empty instance of the RectangleCollection class. |
Public method | RectangleCollection(IEnumerable< Rectangle > items) | Initializes a new instance of the RectangleCollection class with the specified elements. |
RectangleCollection()
Initializes a new empty instance of the RectangleCollection class.Syntax
public RectangleCollection ()
RectangleCollection(IEnumerable< Rectangle > items)
Initializes a new instance of the RectangleCollection class with the specified elements.Syntax
public RectangleCollection (
IEnumerable< Rectangle > items
)
Parameters
items
Type: A collection of Rectangle elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android