7 references to TextureBrush
System.Drawing (1)
commonui\System\Drawing\Advanced\TextureBrush.cs (1)
194
:
this
(image, dstRect, (ImageAttributes)null) {}
System.Web.DataVisualization (3)
Common\General\ChartGraphics.cs (3)
408
backFilledBrush= new
TextureBrush
( bitmap, new RectangleF(0,0,image.Width,image.Height), attrib);
419
textureBrush = new
TextureBrush
(image, new RectangleF(0, 0, image.Width, image.Height), attrib);
423
textureBrush = new
TextureBrush
(scaledImage, new RectangleF(0, 0, scaledImage.Width, scaledImage.Height), attrib);
System.Windows.Forms.DataVisualization (3)
Common\General\ChartGraphics.cs (3)
408
backFilledBrush= new
TextureBrush
( bitmap, new RectangleF(0,0,image.Width,image.Height), attrib);
419
textureBrush = new
TextureBrush
(image, new RectangleF(0, 0, image.Width, image.Height), attrib);
423
textureBrush = new
TextureBrush
(scaledImage, new RectangleF(0, 0, scaledImage.Width, scaledImage.Height), attrib);