Dear All,
Please help, i cant render image having width=94754 and height=79309 using RenderTargetBitmap() Method
Error: Value does not fall within the expected range.
Error Code Lines :
width=94754
height=79309
' --Create a render bitmap and push the _canvas to it
Dim renderBitmap = New RenderTargetBitmap(width, height, 96D, 96D, PixelFormats.Pbgra32)
renderBitmap.Render(_canvasBorder)
Thanks !
VilasM