Gets a focused image.
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var value; // Type: Vintasoft.Shared.WebImageJS
value = instance.get_FocusedImage();
Return Value
Focused image (
WebImageJS object) if focused image exists; otherwise, null.