How to make a resizeable rectangle selection tool?

前端 未结 4 531
夕颜
夕颜 2021-01-02 20:12

I\'m trying to write a very simple photo editor using C# 2008 or QT4.

How to make a resizeable rectangle selection tool like the photoshop did?

4条回答
  •  天涯浪人
    2021-01-02 20:56

    If you are talking about the "classic" "rubber band" type of selection rectangle, check out How to draw a rubber band rectangle or a focus rectangle in Visual C#.

提交回复
热议问题