This is a SDI with a Dialog box that pops up when you right click on the document and asks you to draw either a rectangle, ellipse, or a line from this dialog.
The dialog has input parameters such as thickness of the pen, its color, and the fill style (solid, hatching horizonatl, vertical, etc...) and the fill color as well.
Once the user has selected all of these options is when you draw the shape, either of those.
I do not know where or what are the CShapes that I need to implement or where to do them (draw method from DocumentView maybe?) I just dont know and Im looking for some guidance. Anything will be greatly appreciated.
TIA!
The dialog has input parameters such as thickness of the pen, its color, and the fill style (solid, hatching horizonatl, vertical, etc...) and the fill color as well.
Once the user has selected all of these options is when you draw the shape, either of those.
I do not know where or what are the CShapes that I need to implement or where to do them (draw method from DocumentView maybe?) I just dont know and Im looking for some guidance. Anything will be greatly appreciated.
TIA!