'Declaration Public Overloads Function CreateHatchBrush( _
ByVal hatchStyleСтиль штриховки.As BrushHatchStyle, _
ByVal foregroundColorЦвет кисти переднего плана.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
- Стиль штриховки.
- foregroundColor
- Цвет кисти переднего плана.
Return Value
Новая кисть штриховки.