A hatch pattern is made from two colors: one defined by the BackgroundColor, which fills the background and one for the lines that form the pattern over the background defined by the ForegroundColor property. The HatchStyle property defines what type of pattern the brush has and can be any value from the HatchStyle enumeration. There are more than fifty elements in the HatchStyle enumeration.

The following illustration shows an ellipse filled with a horizontal hatch pattern.

image

Just like for the colors defined in the Color class, I'd like to have a graphical list of all styles defined in HatchStyle, but found none in the MSDN. Do you know of such a overview?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Google does find a lot of info:

http://www.drewnoakes.com/snippets/GdiColorChart/

http://www.pardesiservices.com/softomatix/reflectionhatch.asp

http://www.codeproject.com/KB/combobox/HatchStyleComboBox.aspx

Have your pick :)

link|improve this answer
Could you add an actual image? – mafutrct Sep 30 '10 at 9:20
@mafutrct: Not really, I would have to ask permission for that :) – leppie Sep 30 '10 at 9:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.