Class BitmapInfo

BitmapInfo-Klasse

Objekt, das ein Array von Pixeln und Bitmap-Informationen enthält.

public class BitmapInfo

Konstruktoren

NameBeschreibung
BitmapInfo(byte[], int, int, PixelFormat)Erstellt eine neue Instanz der Klasse.

Eigenschaften

NameBeschreibung
Format { get; }Gibt das Pixel-Format der Bitmap zurück.
Height { get; }Gibt die Höhe der Bitmap zurück.
PixelBytes { get; }Gibt das Array von Pixeln zurück.
Width { get; }Gibt die Breite der Bitmap zurück.

Siehe auch