| 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
)
Function PointInShape (
pt As Point
) As Boolean
Dim instance As IShape
Dim pt As Point
Dim returnValue As Boolean
returnValue = instance.PointInShape(pt)
bool PointInShape(
Point pt
)
Parameters
- pt
- Type: System.DrawingPoint
The System.Drawing.Point to test.
Return Value
Type:
BooleanTrue if the point
See Also