Grafika\EditorInterface::draw PHP Метод

draw() публичный Метод

Draw a DrawingObject on the image. See Drawing Objects section.
public draw ( grafika\ImageInterface &$image, grafika\DrawingObjectInterface $drawingObject ) : grafika\EditorInterface
$image grafika\ImageInterface Instance of Image.
$drawingObject grafika\DrawingObjectInterface Instance of DrawingObject.
Результат grafika\EditorInterface An instance of Editor.
    public function draw(&$image, $drawingObject);