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.

Rounded transparent _smooth_ corners using imagecopyresampled() PHP GD

I need a script which makes rounded transparent corners on supplied image. I've found one and it works good except …

php png transparency gd rounded-corners
UIBezierPath does not draw rounded bottom corners

I am trying to make rounded corners for my views and fencing a strange problem. I use the following code …

iphone ios uiview rounded-corners uibezierpath
How to draw a rounded NSImage

I am trying to create a NSImage or NSImageCell with rounded corners inside a NSTableView. I can't get anything to …

cocoa rounded-corners nsimage
Using UIBezierPath:byRoundingCorners: with Swift 2 and Swift 3

I'm using this code to make 2 corners of a button rounded. let buttonPath = UIBezierPath(roundedRect: button.bounds, byRoundingCorners: .TopLeft | .BottomLeft, …

ios swift uibezierpath rounded-corners
How can I work around Android issue 9161, where bottomRightRadius and bottomLeftRadius are swapped?

My goal: Figure 1: The Goal So, before I knew about the issue, here's what I tried. First, a base layout: &…

android rounded-corners
Custom rounded corners for first and last cell in a grouped UITableView

My iPhone app is currently displaying a grouped table with 2 sections. I tried to change the radius of the rounded …

iphone rounded-corners uitableview cornerradius
Possible to do rounded corners in custom Progressbar progressDrawable?

I have a progress bar that is supposed to look like the attached image: And I've made it a long …

android layout progress-bar rounded-corners skinning
How to draw rounded corner polygons on android canvas?

I need to draw polygons like triangle, trapezoid, pentagon, parallelogram, rhombus etc. It seems Path class is way to go, …

android android-canvas polygon rounded-corners