Partager via


CachedBitmap(Bitmap, Graphics) Constructeur

Définition

Crée une copie dépendante de l’appareil pour bitmap les paramètres de l’appareil de 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)

Paramètres

bitmap
Bitmap

Bitmap à convertir.

graphics
Graphics

Objet Graphics à utiliser pour mettre en forme la copie mise en cache du bitmap.

Exceptions

bitmap ou graphics est null.

S’applique à