Checks whether the specified rectangle contains the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public static bool PointInRect ( |
Visual Basic Copy Code |
---|
Public Shared Function PointInRect( _ |
The point to be checked.
The rectangle to be checked.
true if the specified rectangle contains the specified point; otherwise, false.
This method supports the MvcDiagram infrastructure and is not intended to be used directly from your code.
MvcDiagram Programmer's Guide | © 2023 MindFusion |