MagickGetImagePageResult constructor

const MagickGetImagePageResult(
  1. int width,
  2. int height,
  3. int x,
  4. int y,
)

Implementation

const MagickGetImagePageResult(
  this.width,
  this.height,
  this.x,
  this.y,
);