Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet.Drawing (dans Developpez.Dotnet.Drawing.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Verrouille une image Bitmap dans la mémoire système et fournit un objet PixelData
permettant l'accès aux données des pixels.
Espace de nom : Developpez.Dotnet.DrawingAssembly : Developpez.Dotnet.Drawing (dans Developpez.Dotnet.Drawing.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static PixelData LockPixels( this Bitmap bitmap, Rectangle rect, ImageLockMode flags ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function LockPixels ( _ bitmap As Bitmap, _ rect As Rectangle, _ flags As ImageLockMode _ ) As PixelData |
Visual C++ |
---|
public: [ExtensionAttribute] static PixelData^ LockPixels( Bitmap^ bitmap, Rectangle rect, ImageLockMode flags ) |
Paramètres
- bitmap
- Type: System.Drawing..::..Bitmap
Image bitmap à verrouiller
- rect
- Type: System.Drawing..::..Rectangle
Zone de l'image à verrouiller
- flags
- Type: System.Drawing.Imaging..::..ImageLockMode
Niveau d'accès (lecture/écriture) de la zone verrouillée