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





Checks whether the specified rectangle contains the specified points.

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

 Syntax

C#  Copy Code

public static bool PointsInRect (
    PointCollection points,
    Rect rect
)

Visual Basic  Copy Code

Public Shared Function PointsInRect( _
    points As PointCollection, _
    rect As Rect _
) As Boolean

 Parameters

points

A list of points.

rect

A rectangle.

 Return Value

true if the rectangle contains all points from the list, or false otherwise.

 See Also

InternalUtils Members
InternalUtils Class
MindFusion.Diagramming.Wpf Namespace