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