Winforms: A draggable transparent rectangle

后端 未结 3 812
误落风尘
误落风尘 2020-12-30 16:59

Morning,

I\'m just about ready to claw my own eyes out at this point. I\'m building a basic image editor using Windows forms on .NET 3.5, and what I need is a \'sele

3条回答
  •  时光说笑
    2020-12-30 17:49

    You should be able to after reading this Painting On Top Of Child Controls

    I have used ControlPaint.DrawReversibleFrame(_FrameRect, Color.Black, FrameStyle.Dashed); myself before and it works fine :)

提交回复
热议问题