graphicscontext Questions

2

Solved

JavaFX provides both low-level path painting methods on a GraphicsContext and a high-level Path node. I want to store shapes in classes and draw them in a GraphicsContext. The Path class seems con...
Stela asked 20/1, 2015 at 11:13

6

Solved

in my iPad app, I'd like to make a screenshot of a UIView taking a big part of the screen. Unfortunately, the subviews are pretty deeply nested, so it takes to long to make the screenshot and anima...
Hypotenuse asked 1/11, 2011 at 8:42

1

Solved

I would like to be able to change the font size and possibly the font itself before the strokeText() method is called. I can change the color but I don't see anyway to change the font. Pane canvas...
Enthusiasm asked 25/1, 2013 at 20:45

1

Solved

I am using this wonderfully elegant piece of code Getting a screenshot of a UIScrollView, including offscreen parts to capture the entire contents of a UITableView to be exported to a UIImage. UIG...
Creese asked 22/5, 2012 at 3:10

2

Solved

Right now my goal is to have anti-aliased text on my Labels. If my research was correct, SWT Labels do not natively support anti-aliasing on text, so my current workaround attempt is to create an i...
Merriman asked 13/1, 2011 at 20:4

3

Solved

When I draw lines and shapes etc I get the " current graphics context" in iOS. What exactly though is " current graphics context" - I'm looking for the 30,000 foot description. Right now I just c...

1

Solved

I have a UIImageView with an image in it. I have rotated the image prior to display by setting the transform property of the UIImageView to CGAffineTransformMakeRotation(angle) where angle is the a...
Sharpshooter asked 18/5, 2010 at 11:0

2

Solved

I'm trying to render a UIImage in Objective-C (working on a simple iPhone app (breakout-type thing) to get used to the environment). However, I'm getting an "Error: CGContextDrawImage: invalid cont...
Varela asked 28/1, 2010 at 23:1
1

© 2022 - 2024 — McMap. All rights reserved.