ImageRect Constructor

constructor(left: Float, top: Float, right: Float, bottom: Float)

Parameters

  • left — the left edge, in image pixels.
  • top — the top edge, in image pixels.
  • right — the right edge, in image pixels.
  • bottom — the bottom edge, in image pixels.
Top