Click or drag to resize

EllipsePointInShape Method

Determines if a point falls within the given ellipse.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public bool PointInShape(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
The System.Drawing.Point to test.

Return Value

Type: Boolean
True if the point is within the ellipse.

Implements

IShapePointInShape(Point)
See Also