Checks whether the specified rectangle contains the specified points.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |