Freigeben über


CachedBitmap(Bitmap, Graphics) Konstruktor

Definition

Erstellt eine geräteabhängige Kopie von bitmap für die Geräteeinstellungen von graphics.

public:
 CachedBitmap(System::Drawing::Bitmap ^ bitmap, System::Drawing::Graphics ^ graphics);
public CachedBitmap (System.Drawing.Bitmap bitmap, System.Drawing.Graphics graphics);
new System.Drawing.Imaging.CachedBitmap : System.Drawing.Bitmap * System.Drawing.Graphics -> System.Drawing.Imaging.CachedBitmap
Public Sub New (bitmap As Bitmap, graphics As Graphics)

Parameter

bitmap
Bitmap

Die zu konvertierende Bitmap.

graphics
Graphics

Das Graphics -Objekt, das zum Formatieren der zwischengespeicherten Kopie von bitmapverwendet werden soll.

Ausnahmen

bitmap oder graphics ist null.

Gilt für: