FreeImage.NET Class Library Reference
FreeImageBitmapUnlockBits Method |
This function is not yet implemented.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void UnlockBits( BitmapData bitmapdata )
Parameters
- bitmapdata
- Type: System.Drawing.ImagingBitmapData
[Missing <param name="bitmapdata"/> documentation for "M:FreeImageAPI.FreeImageBitmap.UnlockBits(System.Drawing.Imaging.BitmapData)"]
Exceptions
Exception | Condition |
---|---|
NotImplementedException | This method is not implemented. |
See Also