ASP.NET Pack Programmer's Guide
InternalUtils.PointInRect Method (Point, Rectangle)
See Also
 





Checks whether the specified rectangle contains the specified point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static bool PointInRect (
    Point pt,
    Rectangle rc
)

Visual Basic  Copy Code

Public Shared Function PointInRect( _
    pt As Point, _
    rc As Rectangle _
) As Boolean

 Parameters

pt

The point to be checked.

rc

The rectangle to be checked.

 Return Value

true if the specified rectangle contains the specified point; otherwise, false.

 Remarks

This method supports the MindFusion.Diagramming for WebForms infrastructure and is not intended to be used directly from your code.

 See Also

PointInRect Method Overload List
InternalUtils Members
InternalUtils Class
MindFusion.Diagramming Namespace