CropRectType

Simple object for describing the crop rectangle for an image.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

CropRectType
height : Number

Height of the crop rectangle, in pixels.

Height of the crop rectangle, in pixels.

CropRectType
width : Number

Width of the crop rectangle, in pixels.

Width of the crop rectangle, in pixels.

CropRectType
x : Number

X coordinate of the crop rectangle's upper-left corner.

X coordinate of the crop rectangle's upper-left corner.

CropRectType
y : Number

Y coordinate of the crop rectangle's upper-left corner.

Y coordinate of the crop rectangle's upper-left corner.