SKBitmap.DecodeBounds Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DecodeBounds(String) |
Décodez les informations bitmap pour le nom de fichier spécifié. |
DecodeBounds(Stream) |
Décodez les informations bitmap à l’aide du flux spécifié. |
DecodeBounds(ReadOnlySpan<Byte>) | |
DecodeBounds(SKStream) |
Décodez les informations bitmap à l’aide du flux spécifié. |
DecodeBounds(SKData) |
Décodez les informations bitmap à l’aide des données spécifiées. |
DecodeBounds(Byte[]) |
Décodez les informations bitmap à l’aide de la mémoire tampon d’octets spécifiée. |
DecodeBounds(String)
DecodeBounds(Stream)
DecodeBounds(ReadOnlySpan<Byte>)
public static SkiaSharp.SKImageInfo DecodeBounds (ReadOnlySpan<byte> buffer);
Paramètres
- buffer
- ReadOnlySpan<Byte>