getimage
基本解释
- n.獲取圖像
英汉例句
- However, some did not write, such as the preservation of graphical block getimage () function and so on.
但也有部分沒有寫出,如保存圖形塊的getimage()等函數。 - 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.
若要從剪貼板中檢索圖像數據,在使用GetImage方法檢索數據之前,首先使用ContainsImage方法確定剪貼板中是否包含圖像數據。 - 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.
若要檢索此數據對象中的圖像數據,請在使用GetImage方法進行檢索之前首先使用ContainsImage方法確定此數據對象中是否包含圖像數據。 - public Image getImage(URL url,String name);
按url指定的地址裝入圖像。 - static Image getImage(java.lang.String source, java.lang.String alt, int width
搆造一個圖片對象,竝指定說明文字,寬度;