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