Returns true if the specified PointF is contained in the location.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public bool Contains(
PointF point
)
Public Function Contains (
point As PointF
) As Boolean
Parameters
- point
- Type: Easymap.AddIn.Common.GraphicsPointF
PointF which will be validated
Return Value
Type:
BooleanTrue or False
See Also