Initializes the new instance of the HatchFill class with the specified style.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public HatchFill(
	Color foreColor,
	Color backColor,
	HatchStyle style
)
Visual Basic (Declaration)
Public Sub New ( _
	foreColor As Color, _
	backColor As Color, _
	style As HatchStyle _
)
Visual C++
public:
HatchFill(
	Color foreColor, 
	Color backColor, 
	HatchStyle style
)

See Also