OccludePoint constructor

OccludePoint(
  1. int topLeftX,
  2. int topLeftY,
  3. int bottomRightX,
  4. int bottomRightY,
)

Implementation

OccludePoint(
  this.topLeftX,
  this.topLeftY,
  this.bottomRightX,
  this.bottomRightY,
);