SKBitmap.DecodeBounds 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
DecodeBounds(String) |
解碼指定檔案名的點陣圖資訊。 |
DecodeBounds(Stream) |
使用指定的資料流程來解碼點陣圖資訊。 |
DecodeBounds(ReadOnlySpan<Byte>) | |
DecodeBounds(SKStream) |
使用指定的資料流程來解碼點陣圖資訊。 |
DecodeBounds(SKData) |
使用指定的資料來解碼點陣圖資訊。 |
DecodeBounds(Byte[]) |
使用指定的位元組緩衝區來解碼點陣圖資訊。 |
DecodeBounds(String)
DecodeBounds(Stream)
DecodeBounds(ReadOnlySpan<Byte>)
public static SkiaSharp.SKImageInfo DecodeBounds (ReadOnlySpan<byte> buffer);
參數
- buffer
- ReadOnlySpan<Byte>