This function is not yet implemented.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public BitmapData LockBits( Rectangle rect, ImageLockMode flags, PixelFormat format ) |
| Visual Basic (Declaration) |
|---|
Public Function LockBits ( _ rect As Rectangle, _ flags As ImageLockMode, _ format As PixelFormat _ ) As BitmapData |
| Visual C++ |
|---|
public: BitmapData^ LockBits( Rectangle rect, ImageLockMode flags, PixelFormat format ) |
Parameters
- rect
- Type: System.Drawing..::.Rectangle
- flags
- Type: System.Drawing.Imaging..::.ImageLockMode
- format
- Type: System.Drawing.Imaging..::.PixelFormat
Exceptions
| Exception | Condition |
|---|---|
| System..::.NotImplementedException | This method is not implemented. |