ASP.NET Pack Programmer's Guide
Pen Constructor (Single, Brush)
See Also
 






Initializes a new Pen instance. Instances of the Pen class created using this constructor are currently not serialized.

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

 Syntax

Java  Copy Code

public Pen (
    float width,
    Brush brush
)

 Parameters

width

A float value representing the pen width.

brush

A Brush object representing the pen color.

 See Also

Pen Constructor Overload List
Pen Class
com.mindfusion.diagramming Namespace