ASP.NET Pack Programmer's Guide
DiagramItem.ContainsPoint Method (PointF, Single)
See Also
 





Determines whether this item contains the specified point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public abstract bool ContainsPoint (
    PointF point,
    float threshold
)

Visual Basic  Copy Code

Public MustOverride Function ContainsPoint( _
    point As PointF, _
    threshold As Single _
) As Boolean

 Parameters

point

A PointF 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; otherwise, false.

 See Also

ContainsPoint Method Overload List
DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace
HitTest Method