言語

PixelFormatChannelMask 構造体

定義

特定のピクセル形式のビット マスクとシフトを定義します。

public value class PixelFormatChannelMask
public struct PixelFormatChannelMask
type PixelFormatChannelMask = struct
Public Structure PixelFormatChannelMask
継承
PixelFormatChannelMask

プロパティ

名前 説明
Mask

カラー チャネルのビットマスクを取得します。 値が0xffffffffより大きくなることはありません。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

Equals(PixelFormatChannelMask, PixelFormatChannelMask)

2 つのピクセル形式のチャネル マスクが等しいかどうかを判断します。

GetHashCode()

マスクのハッシュ コードを取得します。

演算子

名前 説明
Equality(PixelFormatChannelMask, PixelFormatChannelMask)

2 つの PixelFormatChannelMask インスタンスの等価性を比較します。

Inequality(PixelFormatChannelMask, PixelFormatChannelMask)

2 つの PixelFormatChannelMask インスタンスの不等値を比較します。

適用対象