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