Top "Drawrect" questions

Method in UIView/NSView class.

How can I tint a UIImage with gradient?

I searched everywhere but didn't find the solution. I have image 1. How can I programatically tint them with gradient to …

iphone uiimage core-graphics drawrect tint
Java swing draw rectangle in mouse drag and drop

I am creating a rectangular drawing program.The square is drawn only if the program is dragging to the bottom …

java swing drawrect
Clear UIView of drawing?

I am using a subclass of UIView to draw, this subclassed view is used to get your signature on a …

ios objective-c cocoa-touch uiview drawrect
drawRect on top of subviews

I have subclassed UIView and added a drawRect method to it. Then I define a view using this custom class …

ios core-graphics drawrect z-order
How to draw a String inside a filled rectangle?

I just want to display my String inside a rectangle filled with black. Thanks for the help!

java drawrect paintcomponent drawstring
iPhone SDK: How to trigger drawRect on UIView subclass after orientation change?

I am subclassing a UIView and overwrite the drawRect method. I'm noticing that the view's drawrect is only being called …

iphone uiview drawrect
iOS Drawing Circles

I am trying to create the circles below in my iOS app. I know how to make the circles but …

ios quartz-graphics geometry drawrect
draw outside of UIView's bounds from drawRect

My question is very similar to this one Not drawing outside bounds when clipToBounds=NO which received no clear answer. …

iphone objective-c core-graphics drawrect
UITableViewCell drawInRect iOS7

Hi I am trying to draw strings in my UITableViewCell in iOS 7 with the following code -(void)drawRect:(CGRect)…

objective-c uitableview ios7 drawrect
How to add round corner to canvas drawrect in Android?

I am creating a rectangle in @Override method of ReplacementSpan. How to add RoundCorner and padding to it? Code: @Override …

android canvas drawrect