Overload List

Returns true if point P is inside the ellipse bounded by Left, Top, Right, Bottom.

public static Boolean PointInEllipse(System.Drawing.Point, System.Int32, System.Int32, System.Int32, System.Int32)

Returns true if point P is inside the ellipse bounded by Rect.

public static Boolean PointInEllipse(System.Drawing.Point, System.Drawing.Rectangle)

Remarks


This method returns true if point P is inside the ellipse bounded by Rect.

See Also

Graphics3D Class | Graphics3D Members | Steema.TeeChart.Drawing Namespace