Image.IsExtendedPixelFormat(PixelFormat) 메서드
정의
픽셀 형식이 64비트/픽셀인지 여부를 나타내는 값을 반환합니다.Returns a value that indicates whether the pixel format is 64 bits per pixel.
public:
static bool IsExtendedPixelFormat(System::Drawing::Imaging::PixelFormat pixfmt);
public static bool IsExtendedPixelFormat (System.Drawing.Imaging.PixelFormat pixfmt);
static member IsExtendedPixelFormat : System.Drawing.Imaging.PixelFormat -> bool
Public Shared Function IsExtendedPixelFormat (pixfmt As PixelFormat) As Boolean
매개 변수
- pixfmt
- PixelFormat
테스트할 PixelFormat 열거입니다.The PixelFormat enumeration to test.
반환
pixfmt
가 확장 형식이면 true
이고, 그렇지 않으면 false
입니다.true
if pixfmt
is extended; otherwise, false
.