AggregatingLayer.AggregatingLayer Constructors
Initializes a new instance of the AggregatingLayer class.
Overload List
Name | Description | |
---|---|---|
Public method | AggregatingLayer() | Initializes a new instance of the AggregatingLayer class. |
Public method | AggregatingLayer(LayerCollection layers) | Initializes a new instance of the AggregatingLayer class with the given child layers. |
Public method | AggregatingLayer(IEnumerable< Layer > layers) | Initializes a new instance of the AggregatingLayer class with the specified child layers. |
AggregatingLayer()
Initializes a new instance of the AggregatingLayer class.Syntax
public AggregatingLayer ()
AggregatingLayer(LayerCollection layers)
Initializes a new instance of the AggregatingLayer class with the given child layers.Syntax
public AggregatingLayer (
LayerCollection layers
)
Parameters
layers
Type: A collection of Layer elements.
A collection of child layers.
A collection of child layers.
AggregatingLayer(IEnumerable< Layer > layers)
Initializes a new instance of the AggregatingLayer class with the specified child layers.Syntax
public AggregatingLayer (
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