SoftSpot Methods |
The SoftSpot type exposes the following members.
Name | Description | |
---|---|---|
ClearCustomImage | Delete the custom image for the given ImageEnum. | |
ClearWorkingArea | Reset the working area to the whole screen. | |
GetImage | Get the image in use for the given ActionType and ImageState values. | |
GetWorkingArea | Get Area that SoftSpot can move within | |
Hide | Hide SoftSpot. | |
Lock | Set lock state of SoftSpot, it impacts SoftSpot motion ability on finger dragging events. | |
SetCustomImage(ImageEnum, File) | Copy the image located at the given filepath, then assigns the custom imageEnum to use that image. | |
SetCustomImage(ImageEnum, Byte) | Copy the image in the byte array, then assigns the custom imageEnum to use that image. | |
SetDecodedDuration | Set the duration for how long the decoded image should be displayed
on screen after a good read before switching back to the Normal | |
SetImage | Set the image to use when SoftSpot has the given ActionType and ImageState values. | |
SetWorkingArea | ||
Show | Show SoftSpot. |