-1

I want to draw Inverse rounded corner rectangle in imgui c++. There is no built-in method to draw inverse rounded rectangle.I want filled inverse rounded corner rectangle.I want c++ code to draw this.

I have tried recreating in imgui using different custom shapes like AddLine and Addcircle function,i got exact shape after finding it's position.Since i've used AddLine function, i could'nt able to fill the shape. Also there is no function to draw alternate arc and line shapes.Is there any method to draw Inverse rounded corner rectangle in imgui c++.

0 Answers0