Struct WicDdsParameters
Assembly: JeremyAnsel.DirectX.WinCodec.dll
Syntax
public struct WicDdsParameters : IEquatable<WicDdsParameters>
Properties
|
Edit this page
View Source
AlphaMode
Declaration
public WicDdsAlphaMode AlphaMode { get; set; }
Property Value
|
Edit this page
View Source
ArraySize
Declaration
public uint ArraySize { get; set; }
Property Value
|
Edit this page
View Source
Depth
Declaration
public uint Depth { get; set; }
Property Value
|
Edit this page
View Source
Dimension
Declaration
public WicDdsDimension Dimension { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public WicDxgiFormat DxgiFormat { get; set; }
Property Value
|
Edit this page
View Source
Height
Declaration
public uint Height { get; set; }
Property Value
|
Edit this page
View Source
MipLevels
Declaration
public uint MipLevels { get; set; }
Property Value
|
Edit this page
View Source
Width
Declaration
public uint Width { get; set; }
Property Value
Methods
|
Edit this page
View Source
Equals(WicDdsParameters)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(WicDdsParameters other)
Parameters
Type |
Name |
Description |
WicDdsParameters |
other |
An object to compare with this object.
|
Returns
Type |
Description |
bool |
true if the current object is equal to the other parameter; otherwise, false.
|
|
Edit this page
View Source
Equals(object?)
Indicates whether this instance and a specified object are equal.
Declaration
public override bool Equals(object? obj)
Parameters
Type |
Name |
Description |
object |
obj |
The object to compare with the current instance.
|
Returns
Type |
Description |
bool |
true if obj and this instance are the same type and represent the same value; otherwise, false.
|
Overrides
|
Edit this page
View Source
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type |
Description |
int |
A 32-bit signed integer that is the hash code for this instance.
|
Overrides
Operators
|
Edit this page
View Source
operator ==(WicDdsParameters, WicDdsParameters)
Declaration
public static bool operator ==(WicDdsParameters left, WicDdsParameters right)
Parameters
Returns
|
Edit this page
View Source
operator !=(WicDdsParameters, WicDdsParameters)
Declaration
public static bool operator !=(WicDdsParameters left, WicDdsParameters right)
Parameters
Returns
Implements