fi_handle Constructor

FreeImage.NET

fi_handle Constructor
Initializes a new instance wrapping a managed object.

Namespace: FreeImageAPI.IO
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public fi_handle(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to wrap.
Exceptions
ExceptionCondition
ArgumentNullExceptionobj is null.
See Also