Class MFVideoNormalizedRect
Inheritance
System.Object
MFVideoNormalizedRect
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MediaFoundation.EVR
Assembly: MediaFoundation.dll
Syntax
[UnmanagedName("MFVideoNormalizedRect")]
public class MFVideoNormalizedRect
Constructors
MFVideoNormalizedRect()
Declaration
public MFVideoNormalizedRect()
MFVideoNormalizedRect(Single, Single, Single, Single)
Declaration
public MFVideoNormalizedRect(float l, float t, float r, float b)
Parameters
System.
|
System.
|
System.
|
System.
|
Fields
bottom
Declaration
public float bottom
Field Value
System.
|
left
Declaration
public float left
Field Value
System.
|
right
Declaration
public float right
Field Value
System.
|
top
Declaration
public float top
Field Value
System.
|
Methods
CopyFrom(MFVideoNormalizedRect)
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Overrides
System.Object.GetHashCode()
IsEmpty()
Declaration
public bool IsEmpty()
Returns
System.
|
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
System.Object.ToString()