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