LayerSet.LayerSet Constructors
Initializes a new instance of the LayerSet class.
Overload List
Name | Description | |
---|---|---|
Public method | LayerSet() | Initializes a new instance of the LayerSet class without any child layers. |
Public method | LayerSet(LayerCollection layers) | Initializes a new instance of the LayerSet class with the specified child layers. |
Public method | LayerSet(IEnumerable< Layer > layers) | Initializes a new instance of the LayerSet class with the specified child layers. |
LayerSet()
Initializes a new instance of the LayerSet class without any child layers.Syntax
public LayerSet ()
LayerSet(LayerCollection layers)
Initializes a new instance of the LayerSet class with the specified child layers.Syntax
public LayerSet (
LayerCollection layers
)
Parameters
layers
Type: A collection of Layer elements.
A collection of child layers.
A collection of child layers.
LayerSet(IEnumerable< Layer > layers)
Initializes a new instance of the LayerSet class with the specified child layers.Syntax
public LayerSet (
IEnumerable< Layer > layers
)
Parameters
layers
Type: A collection of Layer elements.
A collection of child layers.
A collection of child layers.
Platforms
Windows, Linux, Android