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