MindFusion.Mapping Programmer's Guide

Rect.ContainsPoint Method (Point, Double)

See Also
 






Tests whether this rectangle contains the specified point within a threshold.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public bool ContainsPoint (
    Point point,
    double threshold
)

Visual Basic  Copy Code

Public Function ContainsPoint( _
    point As Point, _
    threshold As Double _
) As Boolean

 Parameters

point

A Point instance.

threshold

A threshold value.

 Return Value

true if this rectangle contains the point, otherwise false.

 See Also