MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.scrollTo Method

See Also
 





Scrolls the diagram to the specified point.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function scrollTo (x, y)

 Parameters

x

A number specifying the new horizontal scroll position in the current unit of measure.

y

A number specifying the new vertical scroll position in the current unit of measure.

 See Also