DiagramItem.ContainsPoint override.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public override bool ContainsPoint ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function ContainsPoint( _ |
A Microsoft.Maui.Graphics.Point specifying the logical coordinates of a diagram point.
Specifies the size of the area around the item outlines where the point is still considered inside the item.
true it this item contains the specified point; otherwise, false.
See Also