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.Single
l
|
System.Single
t
|
System.Single
r
|
System.Single
b
|
Fields
bottom
Declaration
public float bottom
Field Value
System.Single
|
left
Declaration
public float left
Field Value
System.Single
|
right
Declaration
public float right
Field Value
System.Single
|
top
Declaration
public float top
Field Value
System.Single
|
Methods
CopyFrom(MFVideoNormalizedRect)
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
IsEmpty()
Declaration
public bool IsEmpty()
Returns
System.Boolean
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()