0
我正在從事pdf創建工作,除圖像繪製外,一切正常,僅繪製圖像的左上角;與額外的縮放。但它在模擬器上工作,代碼如下所示;關於pdf頁面中的圖像繪製問題 - 目標c
UIImage *plotImage=[[UIImage alloc]initWithContentsOfFile:
[localPictureArray objectAtIndex:i]];
[plotImage drawInRect:CGRectMake
(kMargin, currentPageY, plotImage.size.width, plotImage.size.height)];
因爲我是首發,我需要你寶貴的幫助。提前致謝。
謝謝..我認爲這將是解決方案,但我怎麼能縮放它。 – 2013-03-01 11:20:53