Class color_stop_tOwnedHandle
public class color_stop_tOwnedHandle : color_stop_tHandle, IDisposable, IEquatable<color_stop_tHandle>
- Inheritance
-
color_stop_tOwnedHandle
- Implements
- Derived
- Inherited Members
Constructors
color_stop_tOwnedHandle(IntPtr)
Creates a new instance of color_stop_tOwnedHandle. Assumes that the given pointer is owned by the runtime.
public color_stop_tOwnedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Methods
FromUnowned(IntPtr)
Create a color_stop_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_stop_tOwnedHandle FromUnowned(IntPtr ptr)
Parameters
ptr
IntPtrA pointer to a color_stop_t which is not owned by the runtime.
Returns
- color_stop_tOwnedHandle
A color_stop_tOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()