MindFusion.Mapping Programmer's Guide

Rect.ContainsPoint Method (Point)

See Also
 






Tests whether this rectangle contains the specified point.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public bool ContainsPoint (
    Point point
)

Visual Basic  Copy Code

Public Function ContainsPoint( _
    point As Point _
) As Boolean

 Parameters

point

A Point instance.

 Return Value

true if this rectangle contains the point, otherwise false.

 See Also