Checks whether the specified rectangle contains the specified points.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public static bool PointsInRect ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function PointsInRect( _ |
A list of points.
A rectangle.
true if the rectangle contains all points from the list, or false otherwise.
See Also