Class ImageLoadersRegistry

ImageLoadersRegistry class

이미지 로더 레지스트리를 나타냅니다.

public static class ImageLoadersRegistry

속성

이름설명
static RegisteredDescriptors { get; }등록된 설명자를 가져옵니다.
static RegisteredFormats { get; }등록된 이미지 로딩 형식을 가져옵니다.

행동 양식

이름설명
static CreateFirstSupportedLoader(Stream, LoadOptions)지정된 대상에 적합한 첫 번째 발견된 로더를 생성합니다.stream 선택적으로loadOptions .
static GetFirstSupportedDescriptor(Stream, LoadOptions)지정된 항목에 적합한 첫 번째로 발견된 지원 설명자를 가져옵니다.stream 선택적으로loadOptions .
static GetFirstSupportedDescriptorByFileFormat(FileFormat)형식 이름으로 지원되는 첫 번째 파일 형식을 가져옵니다.
static GetFirstSupportedDescriptorByTypeName(string)형식 이름으로 지원되는 첫 번째 설명자를 가져옵니다.
static Register(IImageLoaderDescriptor)지정된 이미지 로더 설명자를 등록합니다.
static RegisterLoader(IImageLoaderDescriptor)로더를 등록합니다.
static UnregisterLoader(IImageLoaderDescriptor)로더 등록을 취소합니다.

또한보십시오