CMVideoDimensions(Int32, Int32) Constructor
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.
Create a new CMVideoDimensions instance with the specified width and height.
public CMVideoDimensions(int width, int height);
new CoreMedia.CMVideoDimensions : int * int -> CoreMedia.CMVideoDimensions
Parameters
- width
- Int32
The width of the video media.
- height
- Int32
The height of the video media.