ShapeElement.DoHitTest Method
Include Protected Members
Include Inherited Members
Returns true if a specified point is within the shape.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DoHitTest(PointD, DiagramHitTestInfo) | Returns true if the specified point is within the shape. | |
DoHitTest(PointD, DiagramHitTestInfo, Boolean) | Returns true if the specified point is within the shape. |
Top