Hi To All,

         I have one issue regarding UIImageView and UIImage I get confuse on
1 thing ie My *" UIImageView Height = 759 and Width = 748"* and I am
downloading the images from server that Height and width is so so greater
Such as *"Image Height = 2048 and Width = 2500"*

so I am little bit confuse while rendering the image on UIImageView what I
pass the parameter into CGImage 

I am passing the parameter to the CGImage as below

CGImage _bitmap = new CGImage (2048 , 2500 , 8 , 32 , 2048 * 4 , _colorSpace
, CGBitmapFlag.ByteOrderDefault , null, true ,
CGColorRenderingIntent.Default);

which type  of parameter I pass in CGImage() means I pass Image parameter or
UIImageView parameter to CGImage so that my Image will render properly into
UIImaeView

Pritish



--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Which-type-of-parameter-pass-to-CGImage-for-rendering-Image-properly-into-UIImageView-tp4656440.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to