Checks whether the specified rectangle contains the specified points.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
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.
NetDiagram Programmer's Guide | © 2023 MindFusion |