Determines whether this item contains the specified point.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public abstract bool ContainsPoint ( |
Visual Basic Copy Code |
---|
Public MustOverride Function ContainsPoint( _ |
A PointF value 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.