VideoMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the programmatic structure used by the service object to build an array of video modes supported by each online video unit.
public struct VideoMode
type VideoMode = struct
Public Structure VideoMode
- Inheritance
-
VideoMode
Constructors
VideoMode(Int32, Int32, Int32, Boolean) |
Obsolete.
Creates an instance of the VideoMode structure from parameters specifying the instance's constituent parts. |
VideoMode(Int32, Int32, Int32, Int32, Boolean) |
Creates an instance of the VideoMode structure from parameters specifying the instance's constituent parts. |
Properties
Colors |
Gets the number of colors the video unit supports. |
Columns | |
IsColor | |
ModeId | |
Rows |
Gets the number of rows the video unit supports. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current VideoMode. |
Equals(VideoMode, VideoMode) |
Determines whether the specified VideoMode instances are equal. |
Equals(VideoMode) |
Determines whether the specified VideoMode is equal to the current VideoMode. |
GetHashCode() |
Returns the hash code of the current VideoMode. |
Operators
Equality(VideoMode, Object) |
Compares the specified VideoMode and object to determine whether they are the same. |
Inequality(VideoMode, Object) |
Compares the specified VideoMode and object to determine whether they are different. |