nwtn\RespimgCaptureRequest::getWidth PHP Method

getWidth() public method

Get width.
public getWidth ( ) : integer
return integer
    public function getWidth()
    {
        return (int) $this->width;
    }