Set the image to use when SoftSpot has the given ActionType and ImageState values.
Namespace:
Com.Datalogic.Softspot
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual void SetImage(
ActionType actionType,
ImageState imageState,
ImageEnum imageEnum
)
Public Overridable Sub SetImage (
actionType As ActionType,
imageState As ImageState,
imageEnum As ImageEnum
)
Parameters
- actionType
- Type: Com.Datalogic.SoftspotActionType
- The type of action to set an image for. - imageState
- Type: Com.Datalogic.SoftspotImageState
- The state of the image for which the image should be set. - imageEnum
- Type: Com.Datalogic.SoftspotImageEnum
- The image to set as active.
Remarks See Also