ScreenLayer.ScreenLayer Constructors
Initializes a new instance of the ScreenLayer class.
Overload List
Name | Description | |
---|---|---|
Public method | ScreenLayer() | Initializes a new instance of the ScreenLayer class without an input operator. |
Public method | ScreenLayer(Operator input) | Initializes a new instance of the ScreenLayer class with the specified input operator. |
ScreenLayer()
Initializes a new instance of the ScreenLayer class without an input operator.Syntax
public ScreenLayer ()
ScreenLayer(Operator input)
Initializes a new instance of the ScreenLayer class with the specified input operator.Syntax
public ScreenLayer (
Operator input
)
Parameters
input
Type: Operator
The operator to read features from.
The operator to read features from.
Platforms
Windows, Linux, Android