ImageRegion

This function has not been fully integrated into the long-term Wolfram Language, and is subject to change.

ImageRegion

is an option for cells that specifies the size and position of the bounding box within which a graphic is rendered.

Details

  • With the default setting ImageRegion->{{0,1},{0,1}}, the bounding box of the graphic coincides with the viewing rectangle for the image. The size and position of the viewing rectangle is determined by the settings for ImageSize and ImageMargins.
  • By changing the value of ImageRegion, you can select a specific region of a graphic for viewing. This option is specified as ImageRegion->{{l,r},{b,t}}, where {l,r} and {b,t} specify the coordinates of the bottom left and top right corners of the bounding box of the graphic.
  • The size of the graphic scales according to the size of the bounding box. Hence, you can use this option for zooming in or zooming out. If the bounding box you specify is larger than the image size, only the part of the graphic that fits within the viewing rectangle for the image is displayed.
  • The numbers l, r, b, and t can take any positive or negative value, subject to the constraint that the aspect ratio of the graphic, which is equal to , is always preserved.
Wolfram Research (1999), ImageRegion, Wolfram Language function, https://reference.wolfram.com/language/ref/ImageRegion.html.

Text

Wolfram Research (1999), ImageRegion, Wolfram Language function, https://reference.wolfram.com/language/ref/ImageRegion.html.

CMS

Wolfram Language. 1999. "ImageRegion." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ImageRegion.html.

APA

Wolfram Language. (1999). ImageRegion. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ImageRegion.html

BibTeX

@misc{reference.wolfram_2023_imageregion, author="Wolfram Research", title="{ImageRegion}", year="1999", howpublished="\url{https://reference.wolfram.com/language/ref/ImageRegion.html}", note=[Accessed: 18-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_imageregion, organization={Wolfram Research}, title={ImageRegion}, year={1999}, url={https://reference.wolfram.com/language/ref/ImageRegion.html}, note=[Accessed: 18-April-2024 ]}