'Declaration Public Overloads Overridable Function CreateHatchBrush( _
ByVal hatchStyleThe hatch style.As BrushHatchStyle, _
ByVal foregroundColorThe foreground brush color.As Vintasoft.Imaging.ImageColors.ColorBase, _
ByVal backgroundColorThe background brush color.As Vintasoft.Imaging.ImageColors.ColorBase _
) As IDrawingHatchBrush
public virtual IDrawingHatchBrush CreateHatchBrush(
BrushHatchStyle hatchStyle,
Vintasoft.Imaging.ImageColors.ColorBase foregroundColor,
Vintasoft.Imaging.ImageColors.ColorBase backgroundColor
)
public: virtual IDrawingHatchBrush* CreateHatchBrush(
BrushHatchStyle hatchStyle,
Vintasoft.Imaging.ImageColors.ColorBase* foregroundColor,
Vintasoft.Imaging.ImageColors.ColorBase* backgroundColor
)
public:
virtual IDrawingHatchBrush^ CreateHatchBrush(
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
A new hatch brush.