Share via


SKBitmap.DecodeBounds Metodo

Definizione

Overload

DecodeBounds(String)

Decodificare le informazioni bitmap per il nome file specificato.

DecodeBounds(Stream)

Decodificare le informazioni bitmap usando il flusso specificato.

DecodeBounds(ReadOnlySpan<Byte>)
DecodeBounds(SKStream)

Decodificare le informazioni bitmap usando il flusso specificato.

DecodeBounds(SKData)

Decodificare le informazioni bitmap usando i dati specificati.

DecodeBounds(Byte[])

Decodificare le informazioni bitmap usando il buffer di byte specificato.

DecodeBounds(String)

Decodificare le informazioni bitmap per il nome file specificato.

public static SkiaSharp.SKImageInfo DecodeBounds (string filename);

Parametri

filename
String

Nome file della bitmap da decodificare.

Restituisce

Informazioni bitmap decodificate o Empty se si è verificato un errore.

Si applica a

DecodeBounds(Stream)

Decodificare le informazioni bitmap usando il flusso specificato.

public static SkiaSharp.SKImageInfo DecodeBounds (System.IO.Stream stream);

Parametri

stream
Stream

Flusso da decodificare.

Restituisce

Informazioni bitmap decodificate o Empty se si è verificato un errore.

Si applica a

DecodeBounds(ReadOnlySpan<Byte>)

public static SkiaSharp.SKImageInfo DecodeBounds (ReadOnlySpan<byte> buffer);

Parametri

buffer
ReadOnlySpan<Byte>

Restituisce

Si applica a

DecodeBounds(SKStream)

Decodificare le informazioni bitmap usando il flusso specificato.

public static SkiaSharp.SKImageInfo DecodeBounds (SkiaSharp.SKStream stream);

Parametri

stream
SKStream

Flusso da decodificare.

Restituisce

Informazioni bitmap decodificate o Empty se si è verificato un errore.

Si applica a

DecodeBounds(SKData)

Decodificare le informazioni bitmap usando i dati specificati.

public static SkiaSharp.SKImageInfo DecodeBounds (SkiaSharp.SKData data);

Parametri

data
SKData

Dati da decodificare.

Restituisce

Informazioni bitmap decodificate o Empty se si è verificato un errore.

Si applica a

DecodeBounds(Byte[])

Decodificare le informazioni bitmap usando il buffer di byte specificato.

public static SkiaSharp.SKImageInfo DecodeBounds (byte[] buffer);

Parametri

buffer
Byte[]

Buffer di byte da decodificare.

Restituisce

Informazioni bitmap decodificate o Empty se si è verificato un errore.

Si applica a