'Declaration Public Function New( _
ByVal hatchStyleThe hatch style.As Vintasoft.Imaging.Drawing.BrushHatchStyle, _
ByVal foregroundColorColor of the foreground.As Vintasoft.Imaging.ImageColors.ColorBase, _
ByVal backgroundColorColor of the background.As Vintasoft.Imaging.ImageColors.ColorBase _
)
public GdiHatchBrush(
Vintasoft.Imaging.Drawing.BrushHatchStyle hatchStyle,
Vintasoft.Imaging.ImageColors.ColorBase foregroundColor,
Vintasoft.Imaging.ImageColors.ColorBase backgroundColor
)
Parameters
- hatchStyle
- The hatch style.
- foregroundColor
- Color of the foreground.
- backgroundColor
- Color of the background.