Initializes a new instance wrapping a managed object.
Namespace:
FreeImageAPI.IOAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public fi_handle( Object obj ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ obj As Object _ ) |
| Visual C++ |
|---|
public: fi_handle( Object^ obj ) |
Parameters
- obj
- Type: System..::.Object
The object to wrap.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | obj is null. |