ansys.sherlock.core.types.project_types.ImageBounds#

class ansys.sherlock.core.types.project_types.ImageBounds(image_x, image_y, height, width)#

Contains the properties of the image bounds.

Methods

Attributes

ImageBounds.image_x

x coordinate of the upper left corner

ImageBounds.image_y

y coordinate of the upper left corner

ImageBounds.height

height of the image

ImageBounds.width

width of the image