Mask Constructor (Resolution) |
Create an empty mask with specified resolution.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic Mask(
Resolution resolution
)
Public Sub New (
resolution As Resolution
)
public:
Mask(
Resolution^ resolution
)
Parameters
- resolution
- Type: Zivid.NETResolution
The resolution (width and height) of the mask
See Also