Image.IsAlphaPixelFormat(PixelFormat) 메서드
정의
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입니다.The PixelFormat to test.
반환
pixfmt
에 알파 정보가 포함되면 true
이고, 그렇지 않으면 false
입니다.true
if pixfmt
contains alpha information; otherwise, false
.