BitmapLocker Constructeurs

Définition

Surcharges

BitmapLocker(Bitmap)

Verrouille les bits pour l’image bitmap en mode lecture seule

BitmapLocker(Bitmap, ImageLockMode)

Verrouille les bits pour la bitmap.

BitmapLocker(Bitmap, ImageLockMode, Rectangle)

Verrouille les bits pour la bitmap.

BitmapLocker(Bitmap)

Verrouille les bits pour l’image bitmap en mode lecture seule

public:
 BitmapLocker(System::Drawing::Bitmap ^ bitmap);
public BitmapLocker (System.Drawing.Bitmap bitmap);
new Microsoft.VisualStudio.Imaging.BitmapLocker : System.Drawing.Bitmap -> Microsoft.VisualStudio.Imaging.BitmapLocker
Public Sub New (bitmap As Bitmap)

Paramètres

bitmap
Bitmap

Bitmap à verrouiller

S’applique à

BitmapLocker(Bitmap, ImageLockMode)

Verrouille les bits pour la bitmap.

public:
 BitmapLocker(System::Drawing::Bitmap ^ bitmap, System::Drawing::Imaging::ImageLockMode mode);
public BitmapLocker (System.Drawing.Bitmap bitmap, System.Drawing.Imaging.ImageLockMode mode);
new Microsoft.VisualStudio.Imaging.BitmapLocker : System.Drawing.Bitmap * System.Drawing.Imaging.ImageLockMode -> Microsoft.VisualStudio.Imaging.BitmapLocker
Public Sub New (bitmap As Bitmap, mode As ImageLockMode)

Paramètres

bitmap
Bitmap

Bitmap à verrouiller

mode
ImageLockMode

Mode de verrouillage

S’applique à

BitmapLocker(Bitmap, ImageLockMode, Rectangle)

Verrouille les bits pour la bitmap.

public:
 BitmapLocker(System::Drawing::Bitmap ^ bitmap, System::Drawing::Imaging::ImageLockMode mode, System::Drawing::Rectangle rect);
public BitmapLocker (System.Drawing.Bitmap bitmap, System.Drawing.Imaging.ImageLockMode mode, System.Drawing.Rectangle rect);
new Microsoft.VisualStudio.Imaging.BitmapLocker : System.Drawing.Bitmap * System.Drawing.Imaging.ImageLockMode * System.Drawing.Rectangle -> Microsoft.VisualStudio.Imaging.BitmapLocker
Public Sub New (bitmap As Bitmap, mode As ImageLockMode, rect As Rectangle)

Paramètres

bitmap
Bitmap

Bitmap à verrouiller

mode
ImageLockMode

Mode de verrouillage

rect
Rectangle

Rectangle à verrouiller

S’applique à