PixelFormatChannelMask.Mask プロパティ

定義

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

public:
 property System::Collections::Generic::IList<System::Byte> ^ Mask { System::Collections::Generic::IList<System::Byte> ^ get(); };
public System.Collections.Generic.IList<byte> Mask { get; }
member this.Mask : System.Collections.Generic.IList<byte>
Public ReadOnly Property Mask As IList(Of Byte)

プロパティ値

IList<Byte>

カラー チャネルのビットマスク。

注釈

XAML テキストの使用法

このプロパティは XAML では使用できません。

適用対象