Method FromIntPtr
FromIntPtr(IntPtr)
Creates an ArSession from an existing native pointer. The native pointer must point to an existing ArSession.
Declaration
public static ArSession FromIntPtr(IntPtr value)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | value | A pointer to an existing native ArSession. |
Returns
Type | Description |
---|---|
ArSession | Returns an ArSession whose underlying native pointer is
|