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 中使用此属性。

适用于