HTML5 Viewer SDK API Documentation 

Namespaces


Class Index

Classes in s7sdk.event

Class s7sdk.event.ZoomRgnEvent

Dispatched by ZoomView and SpinView when the viewport rectangle changes.

Class Summary
Constructor Attributes Constructor Name and Description
 
s7sdk.event.ZoomRgnEvent(type, zoomRgn, bubbles, cancelable)
Field Summary
Field Attributes Field Name and Description
<static>  
s7sdk.event.ZoomRgnEvent.NOTF_ZOOM_NRGN
Defines a value of the type property of a notfZoomNRgn event object.
<static>  
s7sdk.event.ZoomRgnEvent.NOTF_ZOOM_RGN
Defines a value of the type property of a notfZoomRgn event object.
Class Detail
s7sdk.event.ZoomRgnEvent(type, zoomRgn, bubbles, cancelable)
Parameters:
{String} type
Defines the value of the type property.
{s7sdk.Rectangle} zoomRgn
Region to zoom to.
{Boolean} bubbles
Determines if the event should bubble.
{Boolean} cancelable
Determines if the event is cancelled.
See:
s7sdk.image.ZoomView
s7sdk.set.SpinView
Field Detail
<static> s7sdk.event.ZoomRgnEvent.NOTF_ZOOM_NRGN
Defines a value of the type property of a notfZoomNRgn event object. The displacement values for this event are in component coordinates.

<static> s7sdk.event.ZoomRgnEvent.NOTF_ZOOM_RGN
Defines a value of the type property of a notfZoomRgn event object. The image upper-left corner is at 0,0 and the lower-right corner is at 1,1.

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Oct 15 2020 11:59:12 GMT-0000 (UTC)