다음을 통해 공유


FaceDetector.IsBitmapPixelFormatSupported(BitmapPixelFormat) 메서드

정의

지정된 비트맵 픽셀 형식이 현재 디바이스의 FaceDetector 에서 지원되는지 여부를 쿼리합니다.

public:
 static bool IsBitmapPixelFormatSupported(BitmapPixelFormat bitmapPixelFormat);
 static bool IsBitmapPixelFormatSupported(BitmapPixelFormat const& bitmapPixelFormat);
public static bool IsBitmapPixelFormatSupported(BitmapPixelFormat bitmapPixelFormat);
function isBitmapPixelFormatSupported(bitmapPixelFormat)
Public Shared Function IsBitmapPixelFormatSupported (bitmapPixelFormat As BitmapPixelFormat) As Boolean

매개 변수

bitmapPixelFormat
BitmapPixelFormat

지원을 쿼리할 비트맵 픽셀 형식입니다.

반환

Boolean

bool

True이면 지정된 비트맵 픽셀 형식이 지원됩니다. 그렇지 않으면 false입니다.

적용 대상