MindFusion.Wpf Pack Programmer's Guide
DiagramLink.ContainsPoint Method (Point, Double)
See Also
 





DiagramItem.ContainsPoint override.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public override bool ContainsPoint (
    Point point,
    double threshold
)

Visual Basic  Copy Code

Public Overrides Function ContainsPoint( _
    point As Point, _
    threshold As Double _
) As Boolean

 Parameters

point

A Point value specifying the logical coordinates of a diagram point.

threshold

Specifies the size of the area around the item outlines where the point is still considered inside the item.

 Return Value

true it this item contains the specified point, or false otherwise.

 See Also

ContainsPoint Method Overload List
DiagramLink Members
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace