Questions tagged [imagebrush]
92 questions
0
votes
1 answer
Creating an ImageBrush from a WebRequest stream
I am having difficulties creating my ImageBrush from a Stream. The following code is used to fill a WPF Rectangle using an ImageBrush:
ImageBrush imgBrush = new ImageBrush();
imgBrush.ImageSource = new BitmapImage(new…

Mellie Segarra
- 51
- 1
- 5
0
votes
0 answers
WPF C# Bitmap resource as Imagesource for ImageBrush
I have the bitmap resource Properties.Resources.part1
internal static System.Drawing.Bitmap part1
{
get
{
object obj = ResourceManager.GetObject("part1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
How…

Fony Fazoulyanov
- 145
- 9
0
votes
1 answer
Imagebrush is stretching one instance of an image but not another
One of the stranger occurrences I've come across, I have a set of repeatbuttons that use a certain image as a background. Despite the buttons being identical, one is displayed differently. Fully reproducible sample below, along with a number of…

Brandon
- 1,058
- 1
- 18
- 42
0
votes
0 answers
ImageBrush.ImageSource storyboard animation
I develop the button in the shape of an ellipse.