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