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