Returns the visible portion of the diagram area.
Namespace: MindFusion.Diagramming
File: DiagramView.js
JavaScript Copy Code |
---|
get viewport() {} |
Rect
A Rect instance specifying the viewport coordinates.
When the view's canvas element is placed inside a scrollable div element, this method returns what part of the diagram is currently visible within the div. The result is specified in the current measure unit.
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |