'Declaration Public Overloads Overrides Function CreateHatchBrush( _
ByVal hatchStyleThe hatch style.As Vintasoft.Imaging.Drawing.BrushHatchStyle, _
ByVal foregroundColorThe foreground brush color.As Vintasoft.Imaging.ImageColors.ColorBase, _
ByVal backgroundColorThe background brush color.As Vintasoft.Imaging.ImageColors.ColorBase _
) As Vintasoft.Imaging.Drawing.IDrawingHatchBrush
public override Vintasoft.Imaging.Drawing.IDrawingHatchBrush CreateHatchBrush(
Vintasoft.Imaging.Drawing.BrushHatchStyle hatchStyle,
Vintasoft.Imaging.ImageColors.ColorBase foregroundColor,
Vintasoft.Imaging.ImageColors.ColorBase backgroundColor
)
Parameters
- hatchStyle
- The hatch style.
- foregroundColor
- The foreground brush color.
- backgroundColor
- The background brush color.
Return Value
New hatch brush.