GifBitmapDecoder 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
GIF(Graphics Interchange Format) 인코딩 이미지에 대한 디코더를 정의합니다.
public ref class GifBitmapDecoder sealed : System::Windows::Media::Imaging::BitmapDecoder
public sealed class GifBitmapDecoder : System.Windows.Media.Imaging.BitmapDecoder
type GifBitmapDecoder = class
inherit BitmapDecoder
Public NotInheritable Class GifBitmapDecoder
Inherits BitmapDecoder
- 상속
생성자
GifBitmapDecoder(Stream, BitmapCreateOptions, BitmapCacheOption) |
지정된 |
GifBitmapDecoder(Uri, BitmapCreateOptions, BitmapCacheOption) |
지정된 |
속성
CodecInfo |
이 코덱을 설명하는 정보를 가져옵니다. (다음에서 상속됨 BitmapDecoder) |
ColorContexts |
정의된 경우 비트맵에 연결된 색 프로필을 나타내는 값을 가져옵니다. (다음에서 상속됨 BitmapDecoder) |
Dispatcher |
이 Dispatcher와 연결된 DispatcherObject를 가져옵니다. (다음에서 상속됨 DispatcherObject) |
Frames |
비트맵 내 개별 프레임의 콘텐츠를 가져옵니다. (다음에서 상속됨 BitmapDecoder) |
IsDownloading |
디코더가 현재 콘텐츠를 다운로드하는 중인지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 BitmapDecoder) |
Metadata |
메타데이터가 정의된 경우 이 비트맵과 연결된 전역 메타데이터를 나타내는 BitmapMetadata의 인스턴스를 가져옵니다. (다음에서 상속됨 BitmapDecoder) |
Palette |
이 디코더와 연결된 BitmapPalette를 가져옵니다. (다음에서 상속됨 BitmapDecoder) |
Preview |
이 비트맵의 전역 미리 보기(정의된 경우)를 나타내는 BitmapSource를 가져옵니다. (다음에서 상속됨 BitmapDecoder) |
Thumbnail |
정의된 경우 비트맵의 미리 보기를 나타내는 BitmapSource를 가져옵니다. (다음에서 상속됨 BitmapDecoder) |
메서드
CheckAccess() |
호출 스레드가 이 DispatcherObject에 액세스할 수 있는지 여부를 확인합니다. (다음에서 상속됨 DispatcherObject) |
CreateInPlaceBitmapMetadataWriter() |
비트맵의 메타데이터를 업데이트하는 데 사용할 수 있는 InPlaceBitmapMetadataWriter의 인스턴스를 만듭니다. (다음에서 상속됨 BitmapDecoder) |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
BitmapDecoder의 현재 값을 String으로 변환합니다. (다음에서 상속됨 BitmapDecoder) |
VerifyAccess() |
호출 스레드에서 이 DispatcherObject에 액세스할 수 있는지 확인합니다. (다음에서 상속됨 DispatcherObject) |
이벤트
DownloadCompleted |
BitmapDecoder에서 비트맵 콘텐츠 다운로드가 완료되면 발생합니다. (다음에서 상속됨 BitmapDecoder) |
DownloadFailed |
비트맵 콘텐츠 다운로드가 실패하면 발생합니다. (다음에서 상속됨 BitmapDecoder) |
DownloadProgress |
BitmapDecoder에서 비트맵 콘텐츠를 다운로드하는 중이면 발생합니다. (다음에서 상속됨 BitmapDecoder) |