The imagebrush tag has no wiki summary.
0
votes
1answer
21 views
How to change Border Background image programmatically
I am creating a media player app in WPF c#.
I am using Media Element to do this.
Anyways, I have used <Border> </Border> to add border some places.
<Border Name="hej1">
...
0
votes
1answer
35 views
ContentControl with special border
I want to write a ContentControl to host other controls and give them a special border.
So I added a new UserControl, made a ContentControl of it. It is having a grid, on the outer sides I want to ...
0
votes
0answers
23 views
Bitmap Fill polygon windows store apps
I create a bitmapimage in windows store app,i want to fill polygon with points and color inside bitmapimage. I can work in wpf but in metro i can't. Can you help me idea?
1
vote
0answers
75 views
stroke imagebrush windows store apps
I am using imagebrush as stroke when i draw polyline.
var bitmapImage = new Windows.UI.Xaml.Media.Imaging.BitmapImage(new Uri("ms-appx:/Assets/br1.png"));
img = new ...
0
votes
1answer
62 views
Using Background Images in the RepeatButton of a ScrollBarViewer doesn't show the image
I am trying to create my own scrollviewer in WPF and it is working fine except for background images in the RepeatButton. If I use a SolidColorBrush instead of an ImageBrush it works fine. Below is ...
0
votes
2answers
293 views
Images taking long time to load WinRT XAML
In our WinRT app, we have provided image as a background to grid and buttons through XAML.
We observed that images taking long time to load, app showing only other text controls (like TextBlock) ...
0
votes
1answer
252 views
Silverlight Button Background ImageBrush
I have an image
http://savepic.su/2317454.htm
but wnen i try to set button's background like
<UserControl x:Class="System.Windows.Controls.UserControl" ...
0
votes
2answers
2k views
Drawing image to canvas in metro app
I've been trying to draw an image onto a canvas in my metro app but nothing has appeared so far. Here is my code:
Rectangle blueRectangle = new Rectangle();
blueRectangle.Height = 100;
...
0
votes
1answer
130 views
How to display an image brush in the background of a border
i'm trying to display an image as the background of a border element
<Border>
<Border.Background>
<ImageBrush Stretch="Fill">
...
2
votes
0answers
254 views
Looking to display a live webpage as a texture on a 3d object in WPF
I'm using http://awesomium.com/ (1.7 RC2) for the webview and http://perspective.codeplex.com/ for the 3d objects.
XAML:
<p:Workshop3D>
<p:Spherical3D ParallelCount="30" ...
0
votes
0answers
205 views
Custom Brush Color change
So i am using .png files in a bitmap mBitmapBrush = BitmapFactory.decodeResource(c.getResources(),R.drawable.brush3); as custom brushes in my app. But i cant seem to get the colours i want. I used ...
0
votes
0answers
232 views
Drawing .png image like a path
So I have a PNG file which I am using as a custom brush in my app. As a motion event takes place, I keep redrawing it to give a brush effect. But if I drag too fast I miss pixels and some brushes look ...
1
vote
3answers
6k views
Grid Background Image using ImageBrush
I wish to use an ImageBrush in XAML to apply a background to a Grid.
I've given the brush a x:Key and want to refer to it in my grid.
Sadly, it doesn't come up with the image as a background at all.
...
0
votes
1answer
531 views
Resize image for use as an image brush
I want to
load an image from a resource
Set the image width, ensuring that it scales it's height proportionally.
Use it as a background brush
It can't figure out the "setting its width" part.
...
0
votes
1answer
574 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
1answer
726 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 ...
1
vote
1answer
2k 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
97 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 ...
2
votes
1answer
485 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 ...
1
vote
2answers
443 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' ...
0
votes
1answer
240 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
907 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
225 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
590 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 ...
3
votes
2answers
2k 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 ...
0
votes
1answer
1k 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
965 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 ...
1
vote
1answer
272 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
625 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 ...
3
votes
2answers
2k 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 ...
3
votes
1answer
2k 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" ...
0
votes
1answer
895 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 ...
2
votes
1answer
228 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
2k 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
2answers
447 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.
0
votes
1answer
657 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
558 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). ...
0
votes
2answers
1k 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 ...
4
votes
2answers
4k 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 ...
0
votes
1answer
637 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
1k 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 ...
1
vote
2answers
3k 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
3k 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
2k 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 ...

