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