Pen Constructor (Color, Double)

Initializes a new instance of the Pen class with the specified Color and Width properties.

 

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

Parameters

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