Checks whether the specified rectangle contains the specified point.
Namespace: MindFusion.Diagramming
Package: 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 WebForms infrastructure and is not intended to be used directly from your code.