SkiaImage.FromStream(Stream, ImageFormat) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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