![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| Newbie | Rendering bitmap is Blurry in WPF Hello, I am trying to convert some vector based objects into a raster bitmap. I manage to do that, but the result is blurry, meaning, edges are blurry instead of jagged. I assume an anti-aliasing algorithm is applied, but I do not want to be applied... here is my simplified code in which I draw a circle and make a raster out of it to an Image Control: Code: DrawingVisual drawingVisual = new DrawingVisual(); DrawingContext drawingContext = drawingVisual.RenderOpen(); drawingContext.DrawEllipse(Brushes.Red, new Pen(Brushes.Red, 1), new Point(50, 50), 50, 50); drawingContext.Close(); RenderTargetBitmap bmp = new RenderTargetBitmap(180, 180, 96, 96, PixelFormats.Pbgra32); bmp.Render(drawingVisual); RenderOptions.SetEdgeMode(_image, EdgeMode.Aliased); _image.Source = bmp; What I want is the jagged edged circle... ImageShack - Image Hosting :: 98299814ew8.png Does anyone have any idea why this happens??? Thanks! |
My System Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Merge one bitmap onto another in vb | .NET General | |||
| Corrupted block bitmap? | Vista General | |||
| bitmap | Vista file management | |||
| bitmap compression | Vista music pictures video | |||
| I want to be able to create a new bitmap... | Vista General | |||