AnnotationBrush Constructor (HatchStyle, Color, Color) |
Creates a hatch brush with the specified hatch style, forecolor and background color.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AnnotationBrush(
HatchStyle hatchStyle,
Color foreColor,
Color backColor
)
Public Sub New (
hatchStyle As HatchStyle,
foreColor As Color,
backColor As Color
)
Parameters
- hatchStyle
- Type: System.Drawing.Drawing2DHatchStyle
The hatch style used by this brush. - foreColor
- Type: System.DrawingColor
The forecolor of the brush. - backColor
- Type: System.DrawingColor
The background color of the brush.
See Also