ASP.NET Pack Programmer's Guide
ScriptHelper.createPen Method
See Also
 






Creates a new Pen instance.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public Pen createPen (
    float width,
    int r,
    int g,
    int b
)

 Parameters

width

A float value representing the pen width.

r

A int value specifying the red channel value.

g

A int value specifying the green channel value.

b

A int value specifying the blue channel value.

 Return Value

A Pen instance.

 See Also

ScriptHelper Members
ScriptHelper Class
com.mindfusion.diagramming Namespace