PixelFormatChannelMask 結構
定義
定義特定像素格式的位元遮罩和移位。Defines the bit mask and shift for a specific pixel formats.
public value class PixelFormatChannelMask
public struct PixelFormatChannelMask
type PixelFormatChannelMask = struct
Public Structure PixelFormatChannelMask
- 繼承
屬性
Mask |
取得色頻的位元遮罩。Gets the bitmask for a color channel. 值永遠不可超過 0xffffffff。The value will never be greater then 0xffffffff. |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。Determines whether the specified object is equal to the current object. |
Equals(PixelFormatChannelMask, PixelFormatChannelMask) |
判斷兩個像素格式通道遮罩是否相等。Determines if two pixel format channel masks are equal. |
GetHashCode() |
擷取遮罩的雜湊程式碼。Retrieves a hash code for the mask. |
運算子
Equality(PixelFormatChannelMask, PixelFormatChannelMask) |
比較兩個 PixelFormatChannelMask 執行個體是否相等。Compares two PixelFormatChannelMask instances for equality. |
Inequality(PixelFormatChannelMask, PixelFormatChannelMask) |
比較兩個 PixelFormatChannelMask 執行個體是否不相等。Compares two PixelFormatChannelMask instances for inequality. |