다음을 통해 공유


PlatformImage.Save(Stream, ImageFormat, Single) 메서드

정의

이 이미지의 내용을 제공된 Stream 개체에 저장합니다.

public void Save (System.IO.Stream stream, Microsoft.Maui.Graphics.ImageFormat format = Microsoft.Maui.Graphics.ImageFormat.Png, float quality = 1);
abstract member Save : System.IO.Stream * Microsoft.Maui.Graphics.ImageFormat * single -> unit
override this.Save : System.IO.Stream * Microsoft.Maui.Graphics.ImageFormat * single -> unit
Public Sub Save (stream As Stream, Optional format As ImageFormat = Microsoft.Maui.Graphics.ImageFormat.Png, Optional quality As Single = 1)

매개 변수

stream
Stream

이 이미지의 바이트가 저장되는 대상 스트림입니다.

format
ImageFormat

이미지의 대상 형식입니다.

quality
Single

이미지의 대상 품질입니다.

구현

예외

0보다 작거나 1보다 큰 경우 quality throw됩니다.

제공된 값 format 이 이 이미지의 원래 형식과 일치하지 않을 때 throw됩니다.

설명

이 값은 quality 현재 사용되지 않습니다.

적용 대상