Tagged Questions
The imagebrush tag has no wiki summary.
3
votes
1answer
1k views
WPF: How do i create a background that repeats horizontally without scalling?
I would like to create a background for my window which is an image that i want repeated horizontally. So far I've tried with the ImageBrush, but this option repeats the image horizonally and ...
2
votes
1answer
293 views
windows phone 7, favoriting a panorama item
Is there a way to program to show what the selected panorama item is on screen, and if so what the content property of it is?
I have three panorama items (1, 2, 3) and each have a single rectangle ...
2
votes
2answers
431 views
What is Uri Pack, and “:,,,” in a BitmapImage?
What I add a Image.Source I have to type the following:
playIcon.Source = new BitmapImage(new Uri(@"pack://application:,,,/TempApplication2;component/Images/play.png"));
I'm moving from web ...
2
votes
2answers
723 views
How to Use an image as ImageBrush on a Line or Path in WPF
I have a Canvas on which I draw lines (via Lines or Paths) that indicates a road to follow for users. Is there a way to change the line so that it displays a repetitive image instead? What I'm looking ...
2
votes
1answer
505 views
Don't scale ImageBrush while resizing, Repeat it!
I have a problem with ImageBrush:
<Window ... >
<Grid>
<Grid.Background>
<ImageBrush ImageSource="Controls\Images\notebook_paper_Line.jpg" ...
2
votes
1answer
148 views
WPF : Use different icon images as an ImageBrush?
An Icon can contain more than one image. I want to use an icon for an ImageBrush and I want to set which image inside the icon should be use. But somehow it seems I can't do that. The brush always ...
2
votes
1answer
664 views
Cannot find the image by providing the relative path in Silverlight
I'm working on a Silverlight application and I have a hard time setting the relative path of an image in my application.
This is a brief picture of my project directory:
MyProject
L images
...
2
votes
1answer
281 views
Clipping Path on an ImageBrush in Silverlight
Is there a way to put a clipping path on an ImageBrush in Silverlight (not an Image)? I don't see it available from Intellisense, but I'm wondering if there may be a way to do this.
1
vote
1answer
212 views
How to load a BitmapImage in MetroUI Dynamically
I've been experimenting with Windows 8 and Metro UI, I've written a perfectly reasonable load of a bitmap image, but it doesn't seem to be loading, any help is appreciated.
Public Sub New(Image As ...
1
vote
2answers
44 views
Is ImageBrush able to work multithreaded?
I am working on WPF with images. When calling an Image control to set the imageSource it is needed to use the dispatcher if image comes from different thread instead of the GUI thread.
I just wonder ...
1
vote
2answers
244 views
Assign WritableBitmap to an ImageBrush.ImageSource property
I want to have an animated panorama control background in Windows Phone application.
I have an algorithm that constantly draws onto the WritableBitmap the desired image.
I have bound the Panoramas' ...
1
vote
1answer
153 views
Why ImageBrush raises an error but still shows up normally?
I have a custom control with the following DependencyPorperty:
public static readonly DependencyProperty MyImageProperty = DependencyProperty.Register(
"MyImage",
typeof(ImageSource),
...
1
vote
0answers
338 views
WPF Brush with Image texture
Using WPF, I have an InkCanvas which has its background set to an image. I want to draw over this image with a brush that has the texture of another image. I know it's possible to use an ImageBrush ...
1
vote
1answer
223 views
WPF image offset
I have image with size 800x600 and i need to show small image fragment 90x30 with offset x=12 and y 12.
I create brush for that but i dont know how to make offset.
var source = new ...
1
vote
2answers
265 views
WPF Image Mapping
Is there a way to draw/fit a simple Quadrilateral cut-out from an image onto a standard axis-aligned rectangle for screen display. (So that the cut-out will be distorted to fill the rectangle points). ...
1
vote
2answers
2k views
Why is my ImageBrush scaling a Tiled image?
I have the following ImageBrush declaration that I want to use to draw the background of a window.
<ImageBrush x:Key="Fondo"
ImageSource="Fondo.png"
...
1
vote
1answer
2k views
How to assign a dynamic imagebrush resource to a stackpanel's background in code?
I currently define the background for a user control like this:
<UserControl.Background>
<ImageBrush ImageSource="{DynamicResource LeftMenuBackgroundImage}" />
...
1
vote
1answer
1k views
WPF 3D - Why does my ImageBrush not render?
I have a 3D plane which I'm trying to render with an ImageBrush as it's DiffuseMaterial.Brush. If i use a SolidColorBrush then the plane appears fine but I get nothing at all with either an ...
0
votes
1answer
59 views
Binding a Canvas size to the image size in its background ImageBrush
I have a canvas that I want sized to fit a background ImageBrush.
One hurdle here is that the control is being instantiated and then the image is being passed in and assigned as the ImageBrush. ...
0
votes
0answers
18 views
Is it possible to sync an image brush's tiling positioning across separate controls?
Ok, here's another one that was easy in the Win32 days, but I haven't found anything in WPF yet. What we want to do is have an ImageBrush whos origin is always relative to a parent window regardless ...
0
votes
1answer
102 views
How to set border background imagebrush in code-behind
I have a WPF custom user control that is used in a Windows Application. The control has a border as the main element, and this border has a default background image. The code below shows how this ...
0
votes
1answer
80 views
How to implement a imagebrush size in android
I am new to android development. I have started implementing paint related app. In that i wanted the user to select the brush size which is shown on a bar. I mean on pressing '+' button it should ...
0
votes
2answers
308 views
How can I create an opacity mask in wpf that doesn't scale?
Ok, I've created a PNG-24 with transparency. It's basically a grayscale image that uses 'colors' in between black and transparent instead of black and white. I did this so I can use this as the ...
0
votes
1answer
112 views
How can I anchor an ImageBrush to the bottom-left of an element?
I want to use an ImageBrush in a WPF element, and I want it to tile. But I want the image to line up with the bottom-left of the control, not the top-left. That is, instead of the top of the topmost ...
0
votes
1answer
206 views
Can you render using a VisualBrush that has an offset?
I've got a 64x64 image that I'm using as the source of a VisaulBrush which I tile over the background of a control. However, based on some run-time logic, I want to change the origin of the visual ...
0
votes
1answer
323 views
How to set the ImageSource path with BitmapImage in code-behind
I'm trying to a Background image which is in my VS2010 project's Images folder. I have read the documentation and I tried several ways including following but can't get it to work:
...
0
votes
1answer
262 views
How to set Background image's Scretch and TileMode in Code behind?
Using C#, how to set the Background image's TileMode and Stretch property?
StackPanel1.Background = new ImageBrush(new ....); // OK
StackPanel1.Background = Stretch.Uniform; //this doesn't ...
0
votes
1answer
425 views
Create Custom Brush With Png(transparent) Image and a Background Color
I want to create a custom brush in WPF that will be applied to a rectangle.
Fill= myCustomBrush.
theCustomBrush contains a png image (ImageBrush) ,and contanins a color in background ...
0
votes
2answers
685 views
Silverlight - Binding ImageSource to Rectangle Fill
Blend 4 is telling me this is invalid markup and its not telling me why:
<ImageBrush Stretch="Fill" ImageSource="{Binding Avatar, Mode=OneWay}"/>
I'm pulling data from a Twitter feed, saving ...
0
votes
1answer
495 views
Silverlight ImageBrush not rendering (with Bing Map Control)
I'm trying to add an image to a Pushpin instance from the Silverlight Bing Map Control, but I can't seem to get it to render (the pushpin renders fine). This is probably a general WPF question rather ...
0
votes
1answer
625 views
WPF - ImageBrush with PNG, not respecting alpha-channel
I want to use an ImageBrush to use in the Rectangle.Fill. The file is a .PNG. It comes out looking like it is sitting on a little gray pad. The ImageBrush is returned from a converter with ...