ImageMagick.PixelCollection.GetInstance C# (CSharp) Method

GetInstance() static private method

static private GetInstance ( PixelCollection instance ) : IntPtr
instance PixelCollection
return System.IntPtr
    internal static IntPtr GetInstance(PixelCollection instance)
    {
      if (instance == null)
        return IntPtr.Zero;
      return instance._NativeInstance.Instance;
    }
  }
PixelCollection