Operator explicit operator
explicit operator IntPtr(AddReferenceImageJobState)
Casts this AddReferenceImageJobState to an IntPtr.
Declaration
public static explicit operator IntPtr(AddReferenceImageJobState state)
Parameters
| Type | Name | Description |
|---|---|---|
| AddReferenceImageJobState | state | The AddReferenceImageJobState to cast. |
Returns
| Type | Description |
|---|---|
| IntPtr | Returns the IntPtr associated with this AddReferenceImageJobState. |