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
)
Public Sub New (
color As Color,
width As Double
)
new :
color : Color *
width : float -> Pen
Parameters
- color
- Type: WebSupergoo.WordGlue4.RenderingColor
The color of this Pen object.
- width
- Type: SystemDouble
The width of this Pen object.
See Also