Class color_line_tOwnedHandle
public class color_line_tOwnedHandle : color_line_tHandle, IDisposable, IEquatable<color_line_tHandle>
- Inheritance
-
color_line_tOwnedHandle
- Implements
- Derived
- Inherited Members
Constructors
color_line_tOwnedHandle(IntPtr)
Creates a new instance of color_line_tOwnedHandle. Assumes that the given pointer is owned by the runtime.
public color_line_tOwnedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Methods
FromUnowned(IntPtr)
Create a color_line_tOwnedHandle from a pointer that is assumed unowned. To do so a boxed copy is created of the given pointer to be used as the handle.
public static color_line_tOwnedHandle FromUnowned(IntPtr ptr)
Parameters
ptr
IntPtrA pointer to a color_line_t which is not owned by the runtime.
Returns
- color_line_tOwnedHandle
A color_line_tOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()