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 MindFusion.Diagramming for .NET MAUI infrastructure and is not intended to be used directly from your code.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |