Click or drag to resize

IShapePointInShape Method

Determines if a point falls within the given shape.

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

Parameters

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

Return Value

Type: Boolean
True if the point
See Also