ImageMagick.PixelCollection.GetInstance C# (CSharp) Метод

GetInstance() статический приватный Метод

static private GetInstance ( PixelCollection instance ) : IntPtr
instance PixelCollection
Результат System.IntPtr
    internal static IntPtr GetInstance(PixelCollection instance)
    {
      if (instance == null)
        return IntPtr.Zero;
      return instance._NativeInstance.Instance;
    }
  }
PixelCollection