Home > Net >  Picturebox rotating images after getting smaller? Why?
Picturebox rotating images after getting smaller? Why?

Time:09-28

Have no who can tell me why, or teach me a rotation control method, is at any Angle

CodePudding user response:

Winform is difficult to do, because the Winform controls itself does not rotate, rotate images, a point of rectangle, want to put inside a rectangular control, completely will be smaller than the control,

With WPF would be better to do, WPF support control rotation,

CodePudding user response:

Yes, using the WPF RotateTransform easily, see: https://www.cnblogs.com/xietianjiao/p/11238112.html

CodePudding user response:

Refer to the https://blog.csdn.net/dnazhd/article/details/90369801

Although it is made of WPF, nature or GDI + drawing part, can be used in winform

CodePudding user response:

Winform
https://www.haolizi.net/example/view_27588.html

CodePudding user response:

The WPF
https://www.cnblogs.com/qiaoke/p/11790545.html
  •  Tags:  
  • C#
  • Related