Class font_tUnownedHandle
public class font_tUnownedHandle : font_tHandle, IDisposable, IEquatable<font_tHandle>
- Inheritance
-
font_tUnownedHandle
- Implements
- Inherited Members
Constructors
font_tUnownedHandle(nint)
Creates a new instance of font_tOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public font_tUnownedHandle(nint ptr)
Parameters
ptr
nint
Properties
NullHandle
public static font_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()