Home > Net > Winform how to realize the effect as shown in figure
Winform how to realize the effect as shown in figure
Time:11-13
Not BS implementation for the winform implementation, main interface background about the suspended several translucent panel, this is how to do it? In addition these charts (line charts and pie charts, histograms, etc.) is a specialized third party controls? Please the teacher guidance,
CodePudding user response:
This map, you should do with WPF, using winfrom would be very difficult
CodePudding user response:
I also want to use the WPF or silverlighr, xaml tags should be simpler, but leaders get use winform,,,
CodePudding user response:
I also want to use the WPF or silverlighr, xaml tags should be simpler, but leaders get use winform,,, want to find a way of thinking
CodePudding user response:
I also want to use the WPF or silverlighr, xaml tags should be simpler, but leaders get use winform,,, want to find a way of thinking
CodePudding user response:
Can call the opengl or dx9 library to do, gdi also can draw, don't need a panel, using a panel is bad to deal with the relationship between the graphics,
For example:
Private void Form1_Paint (object sender, PaintEventArgs e) { Um participant raphics. FillRectangle (new SolidBrush (Color FromArgb (120, 0, 0, 0)), the new RectangleF (25, 25, 200, 200)); Um participant raphics. FillRectangle (new SolidBrush (Color FromArgb (100, 255, 0, 200)), the new RectangleF (10, 10, 200, 200)); }
Of course, if you use WPF is simpler:
<,52,356,157 Rectangle Margin="84" the Fill="# FFC92F2F" Opacity="0.495" & gt;