Lime\Helper\Img::crop PHP Method

crop() public method

public crop ( $startX, $startY, $endX, $endY )
    public function crop($startX, $startY, $endX, $endY)
    {
        $this->image->crop($startX, $startY, $endX, $endY);
        return $this;
    }