Checks whether the specified rectangle contains the specified points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
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.
See Also