| 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
)
Public Function PointInShape (
pt As Point
) As Boolean
Dim instance As Ellipse
Dim pt As Point
Dim returnValue As Boolean
returnValue = instance.PointInShape(pt)
public:
virtual bool PointInShape(
Point pt
) sealed
Parameters
- pt
- Type: System.DrawingPoint
The System.Drawing.Point to test.
Return Value
Type:
BooleanTrue if the point is within the ellipse.
Implements
IShapePointInShape(Point)See Also