'Declaration Public Function New( _
ByVal hatchStyleOne of the BrushHatchStyle values that represents the pattern drawn by this AnnotationHatchBrush.As Vintasoft.Imaging.Drawing.BrushHatchStyle, _
ByVal foreColorThe System.Drawing.Color structure that represents the color of lines drawn by this AnnotationHatchBrush.As System.Drawing.Color _
)
public AnnotationHatchBrush(
Vintasoft.Imaging.Drawing.BrushHatchStyle hatchStyle,
System.Drawing.Color foreColor
)
public: AnnotationHatchBrush(
Vintasoft.Imaging.Drawing.BrushHatchStyle hatchStyle,
System.Drawing.Color* foreColor
)
public:
AnnotationHatchBrush(
Vintasoft.Imaging.Drawing.BrushHatchStyle hatchStyle,
System.Drawing.Color^ foreColor
)
Parameters
- hatchStyle
- One of the BrushHatchStyle values that represents the pattern drawn by this AnnotationHatchBrush.
- foreColor
- The System.Drawing.Color structure that represents the color of lines drawn by this AnnotationHatchBrush.