Your IP : 216.73.216.85


Current Path : /home/smartconb/www/armencom33/libraries/sobi/ThirdParty/Grafika/
Upload File :
Current File : /home/smartconb/www/armencom33/libraries/sobi/ThirdParty/Grafika/DrawingObjectInterface.php

<?php
namespace Grafika;

/**
 * Interface DrawingObjectInterface
 * @package Grafika
 */
interface DrawingObjectInterface {

    /**
     * @param ImageInterface $image
     *
     * @return ImageInterface
     */
    public function draw( $image );

}