Skip to main content
Module

x/lume/deps/imagick.ts>NativeInstance

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class NativeInstance
Re-export
Abstract
import { NativeInstance } from "https://deno.land/x/lume@v1.17.4/deps/imagick.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