首页 > comp > gb.qt > picture > _get 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
Picture[] (gb.qt)
DIM hPicture AS Picture

hPicture = Picture [ Path AS String ]

Returns a Picture object from the internal picture cache.

If the picture is not present in the cache, it is automatically loaded from the specified file.

If Path begins with "icon:/", then it means that you want to get a stock icon. This icon is get by sending to the array accessor the Stock class the path without the "icon:/" prefix, and by returning the result.

Example

' Put a standard "close" icon inside a button
MyButton.Picture = Picture["icon:/16/close"]