FreeImageBitmap.UnlockBits Method

FreeImage.NET

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
ExceptionCondition
NotImplementedException This method is not implemented.
See Also