Click or drag to resize

Resolution Class

Class describing a resolution with a width and a height.
Inheritance Hierarchy
SystemObject
  Zivid.NETResolution

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class Resolution : IDisposable

The Resolution type exposes the following members.

Constructors
  NameDescription
Public methodResolution(Resolution*)
Initializes a new instance of the Resolution class
Public methodResolution(UInt64, UInt64)
Construct a Resolution from width and height.
Top
Properties
  NameDescription
Public propertyHeight
Get the height value of the resolution.
Public propertySize
Get the size (area) that is the product of the width and height.
Public propertyWidth
Get the width value of the resolution.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Resolution
Public methodGetNativePtr
Public methodToString
Get a string representation of the resolution.
(Overrides ObjectToString.)
Top
See Also