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