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
)
Public Overridable Function GetImage (
actionType As ActionType,
imageState As ImageState
) As ImageEnum
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 See Also