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