This function is not yet implemented.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public BitmapData LockBits(
	Rectangle rect,
	ImageLockMode flags,
	PixelFormat format,
	BitmapData bitmapData
)
Visual Basic (Declaration)
Public Function LockBits ( _
	rect As Rectangle, _
	flags As ImageLockMode, _
	format As PixelFormat, _
	bitmapData As BitmapData _
) As BitmapData
Visual C++
public:
BitmapData^ LockBits(
	Rectangle rect, 
	ImageLockMode flags, 
	PixelFormat format, 
	BitmapData^ bitmapData
)

Exceptions

ExceptionCondition
System..::.NotImplementedException This method is not implemented.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also