Struct WicBitmapPlaneDescription
Assembly: JeremyAnsel.DirectX.WinCodec.dll
Syntax
public struct WicBitmapPlaneDescription : IEquatable<WicBitmapPlaneDescription>
Constructors
|
Edit this page
View Source
Declaration
public WicBitmapPlaneDescription(in WicPixelFormatGuid format, uint width, uint height)
Parameters
Properties
|
Edit this page
View Source
Declaration
public WicPixelFormatGuid Format { get; set; }
Property Value
|
Edit this page
View Source
Height
Declaration
public uint Height { 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(WicBitmapPlaneDescription)
Declaration
public bool Equals(WicBitmapPlaneDescription other)
Parameters
Returns
|
Edit this page
View Source
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
|
Edit this page
View Source
operator ==(WicBitmapPlaneDescription, WicBitmapPlaneDescription)
Declaration
public static bool operator ==(WicBitmapPlaneDescription left, WicBitmapPlaneDescription right)
Parameters
Returns
|
Edit this page
View Source
operator !=(WicBitmapPlaneDescription, WicBitmapPlaneDescription)
Declaration
public static bool operator !=(WicBitmapPlaneDescription left, WicBitmapPlaneDescription right)
Parameters
Returns
Implements