ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : showEmptySelection Method |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function showEmptySelection( imagePoint : Point ) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPageView.showEmptySelection(Point); |
This function causes the viewer to show a zero-sized selection at the specified point on the image, although that will not affect the visual appearance of the viewer until the browser has some idle time or you call the display function. Normally, you will want to use showEmptySelection and extendSelection together to define a rectangle. Start by calling showEmptySelection, followed by one or more calls to extendSelection. If the viewer does not have an open image, this function will do nothing.