'Declaration Public Function New( _
ByVal hatchStyleСтиль штриховки.As Vintasoft.Imaging.Drawing.BrushHatchStyle, _
ByVal foregroundColorЦвет переднего плана.As Vintasoft.Imaging.ImageColors.ColorBase, _
ByVal backgroundColorЦвет фона.As Vintasoft.Imaging.ImageColors.ColorBase _
)
public GdiHatchBrush(
Vintasoft.Imaging.Drawing.BrushHatchStyle hatchStyle,
Vintasoft.Imaging.ImageColors.ColorBase foregroundColor,
Vintasoft.Imaging.ImageColors.ColorBase backgroundColor
)
Parameters
- hatchStyle
- Стиль штриховки.
- foregroundColor
- Цвет переднего плана.
- backgroundColor
- Цвет фона.