Tagged Questions
The cliptobounds tag has no wiki summary.
1
vote
0answers
488 views
Drawing outside the bounds of UITableViewCell
I am trying to add a "post-it note"-like image to all the cells in my UITableView. This image needs to draw (partly) outside of the bounds of the UITableViewCell.
When setting clipToBounds to NO, ...
1
vote
1answer
87 views
Displaying content outside the boundaries of a Window
So, I am building a part of a UI that is used to display a video stream along with a few other controls beside it. Without getting into too much detail, the video is a stream from an area scan camera ...
0
votes
0answers
38 views
UIView and UIImageView Bounds Masking
I'm working on a project for school where I will be having two images (a background and a foreground). The end goal will be that when you pan with your finger the foreground image will hide it self ...
0
votes
1answer
51 views
Using a transparent UIImageView to clip other UIImageViews
I was wondering if there is anyway to use a transparent UIImageView (Box C) to clip certain images that move overtop of it.
In my example I am moving Box A & B which are both UIImageViews towards ...
0
votes
2answers
368 views
How can I get WPF's ClipToBounds to work?
I have an application that displays an image inside of an Image object in WPF. The image is contained in a control whose xaml looks like:
<UserControl x:Class="MyProgram.NativeImageDisplay"
...