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