Pen Constructor (Color)

Initializes a new instance of the Pen class with the specified color.

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public Pen(
        Color color
)

Parameters

color
Type: WebSupergoo.WordGlue4.RenderingColor
The color of this Pen object.
See Also