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





Determines whether this item contains the specified point.

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

 Syntax

C#  Copy Code

public abstract bool ContainsPoint (
    Point point,
    double threshold
)

Visual Basic  Copy Code

Public MustOverride 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
DiagramItem Members
DiagramItem Class
MindFusion.Diagramming.Wpf Namespace
HitTest Method