다음을 통해 공유


SkiaImage.FromStream(Stream, ImageFormat) 메서드

정의

public static Microsoft.Maui.Graphics.IImage FromStream (System.IO.Stream stream, Microsoft.Maui.Graphics.ImageFormat formatHint = Microsoft.Maui.Graphics.ImageFormat.Png);
static member FromStream : System.IO.Stream * Microsoft.Maui.Graphics.ImageFormat -> Microsoft.Maui.Graphics.IImage
Public Shared Function FromStream (stream As Stream, Optional formatHint As ImageFormat = Microsoft.Maui.Graphics.ImageFormat.Png) As IImage

매개 변수

stream
Stream
formatHint
ImageFormat

반환

적용 대상