Click or drag to resize

LocationContains Method

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.3.0.0
Syntax
public bool Contains(
	PointF point
)

Parameters

point  PointF
PointF which will be validated

Return Value

Boolean
True or False
See Also