Class MFSize
Inheritance
System.Object
MFSize
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MediaFoundation.Misc
Assembly: MediaFoundation.dll
Syntax
[UnmanagedName("SIZE")]
public class MFSize
Constructors
MFSize()
Declaration
public MFSize()
MFSize(Int32, Int32)
Declaration
public MFSize(int iWidth, int iHeight)
Parameters
System.Int32
iWidth
|
System.Int32
iHeight
|
Fields
cx
Declaration
public int cx
Field Value
System.Int32
|
cy
Declaration
public int cy
Field Value
System.Int32
|
Properties
Height
Declaration
public int Height { get; set; }
Property Value
System.Int32
|
Width
Declaration
public int Width { get; set; }
Property Value
System.Int32
|