Skip to main content
Go to Latest
class NativeInstance
implements NativeInstance
Abstract
import { NativeInstance } from "https://deno.land/x/imagemagick_deno@0.0.14/src/internal/native-instance.ts";

Constructors

new
protected
NativeInstance(instance: number, disposeMethod: (instance: number) => void)

Properties

private
readonly
disposeMethod: (instance: number) => void
private
instance: number
_instance: number

Methods

private
disposeInstance(instance: number): number
protected
_instanceNotInitialized(): void
protected
_setInstance(instance: number, exception: Exception): void
dispose(): void