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