Packagecom.distriqt.extension.scanner
Classpublic class ViewportOptions
InheritanceViewportOptions Inheritance Object

Scanning options for the scanner contained in a viewport



Public Properties
 PropertyDefined By
  frame : Rectangle
The viewport frame for the scanner preview
ViewportOptions
Public Methods
 MethodDefined By
  
ViewportOptions(frame:Rectangle = null)
Constructor
ViewportOptions
  
setFrame(frame:Rectangle):ViewportOptions
Sets the frame associated with this scanner viewport
ViewportOptions
Property Detail
frameproperty
public var frame:Rectangle

The viewport frame for the scanner preview

Constructor Detail
ViewportOptions()Constructor
public function ViewportOptions(frame:Rectangle = null)

Constructor

Parameters
frame:Rectangle (default = null)
Method Detail
setFrame()method
public function setFrame(frame:Rectangle):ViewportOptions

Sets the frame associated with this scanner viewport

Parameters

frame:Rectangle — The Rectangle to use as the frame for the scanner

Returns
ViewportOptionsViewportOptions instance for chaining calls