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