常見例句However, some did not write, such as the preservation of graphical block getimage () function and so on. 但也有部分沒有寫出,如保存圖形塊的getimage()等函數(shù)。To retrieve image data from the Clipboard, first use the ContainsImage method to determine whether the Clipboard contains image data before retrieving it with the GetImage method. 若要從剪貼板中檢索圖像數(shù)據(jù),在使用GetImage方法檢索數(shù)據(jù)之前,首先使用ContainsImage方法確定剪貼板中是否包含圖像數(shù)據(jù)。To retrieve image data from the data object, first use the ContainsImage method to determine whether the data object contains image data before retrieving it with the GetImage method. 若要檢索此數(shù)據(jù)對象中的圖像數(shù)據(jù),請?jiān)谑褂肎etImage方法進(jìn)行檢索之前首先使用ContainsImage方法確定此數(shù)據(jù)對象中是否包含圖像數(shù)據(jù)。public Image getImage(URL url,String name); 按url指定的地址裝入圖像。static Image getImage(java.lang.String source, java.lang.String alt, int width 搆造一個(gè)圖片對象,竝指定說明文字,寬度;static Image getImage(java.lang.String source, java.lang.String alt, int width, int height 搆造一個(gè)圖片對象,竝指定說明文字,寬度,高度; 返回 getimage