Clipboard.GetImage Methode

Definition

Gibt ein BitmapSource-Objekt aus der Zwischenablage zurück, das Daten im Bitmap-Format enthält.

public:
 static System::Windows::Media::Imaging::BitmapSource ^ GetImage();
public static System.Windows.Media.Imaging.BitmapSource GetImage ();
static member GetImage : unit -> System.Windows.Media.Imaging.BitmapSource
Public Shared Function GetImage () As BitmapSource

Gibt zurück

Ein BitmapSource-Objekt, das Daten im Bitmap-Format enthält, oder null, wenn die Daten in diesem Format nicht verfügbar sind.

Hinweise

Diese Methode gibt ein BitmapSource -Objekt zurück, entweder wenn Daten nativ verfügbar sind oder wenn Daten automatisch in das Bitmap Datenformat konvertiert werden können.

Eine Bitmap stellt eine Computergrafik als Array von Bits im Speicher dar, und diese Bits stellen die Attribute der einzelnen Pixel in einem Bild dar.

Gilt für:

Weitere Informationen