다음을 통해 공유


ImageEditor.GetImageExtenders 메서드

정의

지원되는 이미지 형식의 배열을 가져옵니다.

protected:
 virtual cli::array <Type ^> ^ GetImageExtenders();
protected virtual Type[] GetImageExtenders ();
abstract member GetImageExtenders : unit -> Type[]
override this.GetImageExtenders : unit -> Type[]
Protected Overridable Function GetImageExtenders () As Type()

반환

Type[]

지원되는 이미지 형식을 나타내는 Type 배열입니다.

상속자 참고

파생 클래스는 지원되는 이미지 유형의 다른 목록을 구현하기 위해 이 속성을 재정의할 수 있습니다.

적용 대상