Search
Pen.fromObject Method
See Also
 






Returns a Pen from a string describing this pen.

Namespace: MindFusion.Drawing
File: Pen.js

 Syntax

JavaScript  Copy Code

function fromObject (obj)

 Parameters

obj

 Return Value

The pen object.

 Remarks

Used for backward compatibility with the JSLib class.

 See Also