Top "Rounded-corners" questions

Name of a user interface design feature which replaces the 90 degree angle formed at the end points of two perpendicular lines.

How to draw rounded rectangle with variable width border inside of specific bounds

I have a method that draws a rounded rectangle with a border. The border can be any width, so the …

c# gdi+ rounded-corners
OpenGL—ES 1.0 2d rounded rectangle

How to make rounded rectangle in OpenGL, or any polygon with rounded corners?

opengl-es rounded-corners
Just two rounded corners?

In my iPad app, I want a second view to appear within the main when the user clicks a button. …

iphone objective-c ipad rounded-corners
Rounded corners in a UITableView (iOS7)

In iOS7, how can I draw cell's rounded corners in a UITableView? See an example:

objective-c uitableview ios7 rounded-corners
Algorithm for creating rounded corners in a polygon

I'm looking for an algorithm that allows me to create rounded corners from a polygon. In Input, I get an …

c# objective-c algorithm polygon rounded-corners
How to create image with rounded corners in C#?

I'd like to create image (from another one) with rounded corners with GDI+. What's the best way to do this? …

c# .net image rounded-corners
Rounded side, not rounded corners

I'd like to create a shape like the one displayed below entirely in CSS. As you can tell, it would …

css rounded-corners css-shapes
Border over a bitmap with rounded corners in Android

I used the below to make a bitmap with rounded corners. Now I want to draw a line around the …

android bitmap border rounded-corners
CSS - Rounded border looks too pixelated

I need some help to fix my rounded border. It looks so ugly. I want it more smooth, but I …

image css border rounded-corners
Draw a rounded UIView with gradient and drop shadow

EDIT: I finally found a real simple solution to this problem, using the CAGradientLayer class, and the CALayer drawing functionalities. …

iphone uiview gradient rounded-corners dropshadow