Click here to Skip to main content
16,015,679 members

Comments by Vahid Yousefzadeh (Top 3 by date)

Vahid Yousefzadeh 9-Jun-14 17:34pm View    
Thanks Sergey, my problem is 1) how should I know the pixelWidth and pixelHeight parameters? 2. How am I going to add the final result to Canvas. Let's say I passed ModelBeamSectionNamesInPlan to RenderTargetBitmap.Render, when I try to add the bitmap to Canvas it gives me an error indicating that I cannot add RenderTargetBitmap to UIElement.
Vahid Yousefzadeh 9-Jun-14 17:02pm View    
You mean I already can draw to Bitmap without drawing on DrawingVisual in the first place?
Vahid Yousefzadeh 24-Mar-14 8:23am View    
Thanks. I have actually done all of these except the last part. How can I prevent the screen from refreshing?