WorkflowViewHitTest Method
|
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void HitTest(
int x,
int y,
ref WFVHHITTESTRESULT HitRes,
ref uint ItemID,
ref uint SubItemID
)
Public Sub HitTest (
x As Integer,
y As Integer,
ByRef HitRes As WFVHHITTESTRESULT,
ByRef ItemID As UInteger,
ByRef SubItemID As UInteger
)
public:
void HitTest(
int x,
int y,
WFVHHITTESTRESULT% HitRes,
unsigned int% ItemID,
unsigned int% SubItemID
)
Parameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
- HitRes
- Type: Kofax.OmniPageCSDK.ToolBoxesWFVHHITTESTRESULT
- ItemID
- Type: SystemUInt32
- SubItemID
- Type: SystemUInt32
See Also