Grafika\EditorInterface::draw PHP Method

draw() public method

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.
return grafika\EditorInterface An instance of Editor.
    public function draw(&$image, $drawingObject);