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

Parameters

point
Type: Easymap.AddIn.Common.GraphicsPointF
PointF which will be validated

Return Value

Type: Boolean
True or False
See Also