Click or drag to resize

SoftSpotSetImage Method

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
)

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

Set the image to use when SoftSpot has the given ActionType and ImageState values.

[Android Documentation]

See Also