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