DrawImageOp constructor

DrawImageOp(
  1. ElementId id,
  2. Rect2D src,
  3. Rect2D dst
)

Implementation

DrawImageOp(this.id, this.src, this.dst);