Drawing a rectangle
-
i have put a picture control inside a dialog box and in the picture control i have put a bitmap Now i want to draw a rectangle(only boundary) inside this bitmap.Further on right side of rectangle i want to put numbers -1 -0.5 0 0.5 1 starting from top to bottom. Please sugget how can i do this. Regards
-
i have put a picture control inside a dialog box and in the picture control i have put a bitmap Now i want to draw a rectangle(only boundary) inside this bitmap.Further on right side of rectangle i want to put numbers -1 -0.5 0 0.5 1 starting from top to bottom. Please sugget how can i do this. Regards
You can use of
CDC::Rectangle
function.Is this your question? -
i have put a picture control inside a dialog box and in the picture control i have put a bitmap Now i want to draw a rectangle(only boundary) inside this bitmap.Further on right side of rectangle i want to put numbers -1 -0.5 0 0.5 1 starting from top to bottom. Please sugget how can i do this. Regards