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