Struct WicDdsFormatInfo
Assembly: JeremyAnsel.DirectX.WinCodec.dll
public struct WicDdsFormatInfo : IEquatable<WicDdsFormatInfo>
Properties
|
Edit this page
View Source
Declaration
public uint BlockHeight { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public uint BlockWidth { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public uint BytesPerBlock { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public WicDxgiFormat DxgiFormat { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public bool Equals(WicDdsFormatInfo other)
Parameters
Returns
|
Edit this page
View Source
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
|
Edit this page
View Source
Declaration
public static bool operator ==(WicDdsFormatInfo left, WicDdsFormatInfo right)
Parameters
Returns
|
Edit this page
View Source
Declaration
public static bool operator !=(WicDdsFormatInfo left, WicDdsFormatInfo right)
Parameters
Returns
Implements