Class VideoMasteringDisplayInfoHandle
public abstract class VideoMasteringDisplayInfoHandle : SafeHandle, IDisposable
- Inheritance
-
VideoMasteringDisplayInfoHandle
- Implements
- Derived
- Inherited Members
Constructors
VideoMasteringDisplayInfoHandle(bool)
protected VideoMasteringDisplayInfoHandle(bool ownsHandle)
Parameters
ownsHandle
bool
Properties
IsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
public override sealed bool IsInvalid { get; }
Property Value
Methods
Equals(VideoMasteringDisplayInfoHandle?)
public bool Equals(VideoMasteringDisplayInfoHandle? other)
Parameters
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetDisplayPrimaries()
public VideoMasteringDisplayInfoCoordinatesData[] GetDisplayPrimaries()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetMaxDisplayMasteringLuminance()
public uint GetMaxDisplayMasteringLuminance()
Returns
GetMinDisplayMasteringLuminance()
public uint GetMinDisplayMasteringLuminance()
Returns
GetWhitePoint()
public VideoMasteringDisplayInfoCoordinatesData GetWhitePoint()
Returns
SetDisplayPrimaries(VideoMasteringDisplayInfoCoordinatesData[])
public void SetDisplayPrimaries(VideoMasteringDisplayInfoCoordinatesData[] value)
Parameters
SetMaxDisplayMasteringLuminance(uint)
public void SetMaxDisplayMasteringLuminance(uint value)
Parameters
value
uint
SetMinDisplayMasteringLuminance(uint)
public void SetMinDisplayMasteringLuminance(uint value)
Parameters
value
uint
SetWhitePoint(VideoMasteringDisplayInfoCoordinatesData)
public void SetWhitePoint(VideoMasteringDisplayInfoCoordinatesData value)