MindFusion.Wpf Pack Programmer's Guide
InternalUtils.PointInRect Method
See Also
 





Checks whether the specified rectangle contains the specified point.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static bool PointInRect (
    Point pt,
    Rect rc
)

Visual Basic  Copy Code

Public Shared Function PointInRect( _
    pt As Point, _
    rc As Rect _
) 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 Diagramming for WPF infrastructure and is not intended to be used directly from your code.

 See Also

InternalUtils Members
InternalUtils Class
MindFusion.Diagramming.Wpf Namespace