CroppingPolygon constructor

CroppingPolygon(
  1. ImageRotation imageRotation,
  2. List<PolygonPoint> polygon
)

Implementation

CroppingPolygon(this.imageRotation, this.polygon);