Class FaceUnownedHandle
public class FaceUnownedHandle : FaceHandle, IDisposable
- Inheritance
-
FaceUnownedHandle
- Implements
- Inherited Members
Constructors
FaceUnownedHandle(IntPtr)
Creates a new instance of FaceOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public FaceUnownedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Properties
NullHandle
public static FaceUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public FaceOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()