ASP.NET Pack Programmer's Guide
Ruler.create Method
See Also
 





Creates and initializes a new Ruler from the specified element. This method is static and can be called without creating an instance of the class.

Namespace: MindFusion.Diagramming
Package: Ruler.js

 Syntax

JavaScript  Copy Code

function create (element)

 Parameters

element

The DOM element that the ruler should be attached to.

 Return Value

Type: Ruler
A Ruler object that represents the newly created ruler.

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming Namespace