AnnotationPen Constructor (Color, Single) |
Creates a new instance of AnnotationPen specifying the color and width of the pen.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AnnotationPen(
Color color,
float width
)
Public Sub New (
color As Color,
width As Single
)
Parameters
- color
- Type: System.DrawingColor
The color for the pen. - width
- Type: SystemSingle
The width of the pen. This value must be greater than zero.
Exceptions See Also