Click or drag to resize

SoftSpotGetImage Method

Get the image in use for 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 ImageEnum GetImage(
	ActionType actionType,
	ImageState imageState
)

Parameters

actionType
Type: Com.Datalogic.SoftspotActionType
- The type of action to retreive an image for.
imageState
Type: Com.Datalogic.SoftspotImageState
- The state of the image to retrieve the image for.

Return Value

Type: ImageEnum

[Missing <returns> documentation for "M:Com.Datalogic.Softspot.SoftSpot.GetImage(Com.Datalogic.Softspot.ActionType,Com.Datalogic.Softspot.ImageState)"]

Remarks

Get the image in use for the given ActionType and ImageState values.

[Android Documentation]

See Also