Represents the resolution od a video stream
| C# | Visual Basic | Visual C++ |
public class Resolution
Public Class Resolution
public ref class Resolution
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Resolution()()()() |
Initializes a new instance of the Resolution class.
| |
| Resolution(Int32, Int32) |
Initializes a new instance of the Resolution class.
| |
| Equals(Object) |
Checks if the current Resolution is equal to the parameter object
(Overrides Object.Equals(Object).) | |
| Height |
Gets the number of the vertical pixels.
| |
| ToString()()()() | (Overrides Object.ToString()()()().) | |
| Width |
Gets the number of the horizonal pixels.
|
| Object | |
| Resolution | |