Drawing a seat area in wpf.Advice needed
- by devnet247
Hi,
New to wpf I am after some advice,pointers-articles-codesnippets that can help me to write a usercontrol containing a seating area
Lets say a cinema has 200 seats and it a square.
I need to be able to draw 200 seats .
What is the best way to draw seats?Would you draw 200 rectangles?
Any suggestions