Resolution Constructor (UInt64, UInt64) |
Construct a Resolution from width and height.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public Resolution(
ulong width,
ulong height
)
Public Sub New (
width As ULong,
height As ULong
)
public:
Resolution(
unsigned long long width,
unsigned long long height
)
Parameters
- width
- Type: SystemUInt64
- height
- Type: SystemUInt64
See Also