CachedBitmap(Bitmap, Graphics) Konstruktor

Definition

Erstellt eine geräteabhängige Kopie 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

Der Bitmap zu konvertierende Text.

graphics
Graphics

Das Graphics Objekt, das zum Formatieren der zwischengespeicherten Kopie der bitmap.

Ausnahmen

bitmap oder graphics ist null.

Gilt für: