ActivityDesigner.HitTest Method
.NET Framework 3.0
Gets information about the ActivityDesigner at a specified point on the screen.
Namespace: System.Workflow.ComponentModel.Design
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
'Declaration Public Overridable Function HitTest ( _ point As Point _ ) As HitTestInfo 'Usage Dim instance As ActivityDesigner Dim point As Point Dim returnValue As HitTestInfo returnValue = instance.HitTest(point)
public HitTestInfo HitTest ( Point point )
public function HitTest ( point : Point ) : HitTestInfo
Not applicable.
Parameters
- point
A Point that represents a single x,y coordinate.
Return Value
A HitTestInfo that contains information about the ActivityDesigner at a specified point.The HitTestInfo, together with the HitTest method of the ActivityDesigner control is used to determine which part of an ActivityDesigner control the user has clicked. The HitTestInfo contains logical coordinates of the point on the ActivityDesigner where the mouse was clicked.
The HitTest method receives a Point that contains an x and y coordinate.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: