Click or drag to resize

HatchedFill Constructor (Hatch, Color)

Initializes a new instance of HatchedFill with a specified hatch style and color.

Namespace:  Atalasoft.Imaging.Drawing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public HatchedFill(
	Hatch style,
	Color color
)

Parameters

style
Type: Atalasoft.Imaging.DrawingHatch
The type of hatch.
color
Type: System.DrawingColor
The hatch color.
See Also