Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class MagickRectangle
import { MagickRectangle } from "https://deno.land/x/imagemagick_deno@0.0.19/src/internal/magick-rectangle.ts";

Static Methods

use<TReturnType>(
image: MagickImage,
geometry: MagickGeometry,
func: (rectangle: number) => TReturnType,
): TReturnType