com.esri.arcgis.controls
Class IEngineInkEnvironmentEventsOnGestureEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.controls.IEngineInkEnvironmentEventsOnGestureEvent
- All Implemented Interfaces:
- Serializable
public class IEngineInkEnvironmentEventsOnGestureEvent
- extends EventObject
Description
Fired when an ink stroke is recognized as a gesture. The Ink tool uses ETPC_DownLeft to create graphic elements, ETPC_RightUp to recognize ink and create a text element, and ETPC_Scratchout to erase ink strokes. The ink tools can be extended by listening to OnGesture and responding to other gesture types that are exposed in ESRITPCGestures.
Note OnGesture is supported on the Windows XP Tablet PC Edition only.
Product Availability
Available with ArcGIS Engine.
- See Also:
- Serialized Form
IEngineInkEnvironmentEventsOnGestureEvent
public IEngineInkEnvironmentEventsOnGestureEvent(Object source)
init
public void init(int gestureType,
Object hotPoint)
getGestureType
public final int getGestureType()
getHotPoint
public final Object getHotPoint()