CMVideoDimensions 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.
Struct that contains the width and height of video media.
public struct CMVideoDimensions
type CMVideoDimensions = struct
- Inheritance
-
CMVideoDimensions
Constructors
| Name | Description |
|---|---|
| CMVideoDimensions(Int32, Int32) |
Create a new CMVideoDimensions instance with the specified width and height. |
Fields
| Name | Description |
|---|---|
| Height |
The height of the video media. |
| Width |
The width of the video media. |
Methods
| Name | Description |
|---|---|
| ToString() |
Converts this instance to a human readable string. |