Checks whether the specified rectangle contains the specified point.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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 WpfDiagram infrastructure and is not intended to be used directly from your code.
WpfDiagram Programmer's Guide | © 2024 MindFusion |