'Declaration Public Overloads Function CreateHatchBrush( _
ByVal hatchStyleThe hatch style.As BrushHatchStyle, _
ByVal foregroundColorThe foreground brush color.As Vintasoft.Imaging.ImageColors.ColorBase _
) As IDrawingHatchBrush
public IDrawingHatchBrush CreateHatchBrush(
BrushHatchStyle hatchStyle,
Vintasoft.Imaging.ImageColors.ColorBase foregroundColor
)
public: IDrawingHatchBrush* CreateHatchBrush(
BrushHatchStyle hatchStyle,
Vintasoft.Imaging.ImageColors.ColorBase* foregroundColor
)
public:
IDrawingHatchBrush^ CreateHatchBrush(
BrushHatchStyle hatchStyle,
Vintasoft.Imaging.ImageColors.ColorBase^ foregroundColor
)
Parameters
- hatchStyle
- The hatch style.
- foregroundColor
- The foreground brush color.
Return Value
A new hatch brush.