Sdílet prostřednictvím


CachedBitmap(Bitmap, Graphics) Konstruktor

Definice

Vytvoří kopii bitmap závislé na zařízení pro nastavení zařízení .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)

Parametry

bitmap
Bitmap

Hodnota Bitmap , která se má převést.

graphics
Graphics

Objekt Graphics , který se má použít k formátování kopie uložené v mezipaměti objektu bitmap.

Výjimky

bitmap nebo graphics je null.

Platí pro