Checks whether the specified rectangle contains the specified point.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksThis method supports the WpfDiagram infrastructure and is not intended to be used directly from your code.
See Also