AnnotationBrush Constructor (Color) |
Creates a solid brush with the specified color.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic AnnotationBrush(
Color color
)
Public Sub New (
color As Color
)
Parameters
- color
- Type: System.DrawingColor
The color of the brush.
See Also