So I've got parametric ellipse equasion like in this post: What is the parametric equation of a rotated Ellipse (given the angle of rotation)
$$x(\alpha) = R_x \cos(\alpha) \cos(\theta) - R_y \sin(\alpha) \sin(\theta) + C_x \\ y(\alpha) = R_x \cos(\alpha) \sin(\theta) + R_y \sin(\alpha) \cos(\theta) + C_y$$
My question is how to find all $\alpha$ values for which ellipse intersects given vertical or horizontal line, e.g. $x=1$ or $y=2$.?