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