Returns true if point P is inside the ellipse bounded by Left, Top, Right, Bottom.
public static Boolean PointInEllipse(Point p,
Int32 left,
Int32 top,
Int32 right,
Int32 bottom)

See Also

PointInEllipse Overload List | Graphics3D Class | Graphics3D Members | Steema.TeeChart.Drawing Namespace