Image.IsAlphaPixelFormat(PixelFormat) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示此 Image 的像素格式是否包含 alpha 信息。
public:
static bool IsAlphaPixelFormat(System::Drawing::Imaging::PixelFormat pixfmt);
public static bool IsAlphaPixelFormat (System.Drawing.Imaging.PixelFormat pixfmt);
static member IsAlphaPixelFormat : System.Drawing.Imaging.PixelFormat -> bool
Public Shared Function IsAlphaPixelFormat (pixfmt As PixelFormat) As Boolean
参数
- pixfmt
- PixelFormat
要测试的 PixelFormat。
返回
如果 pixfmt
包含 alpha 信息,则为 true
;否则为 false
。