AnnotationPen Constructor (Color) |
Creates a new instance of AnnotationPen specifying the color 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
)
Public Sub New (
color As Color
)
Parameters
- color
- Type: System.DrawingColor
The color for this pen.
Remarks The AnnotationPen will have a width of 1 when no width if provided.
See Also