Click or drag to resize

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
)

Parameters

width
Type: SystemUInt64
height
Type: SystemUInt64
See Also