SystemIcons.GetStockIcon 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetStockIcon(StockIconId, StockIconOptions) |
지정된 Windows 셸 스톡 아이콘을 가져옵니다. |
GetStockIcon(StockIconId, Int32) |
지정된 Windows 셸 스톡 아이콘을 가져옵니다. |
GetStockIcon(StockIconId, StockIconOptions)
- Source:
- SystemIcons.cs
- Source:
- SystemIcons.cs
지정된 Windows 셸 스톡 아이콘을 가져옵니다.
public static System.Drawing.Icon GetStockIcon (System.Drawing.StockIconId stockIcon, System.Drawing.StockIconOptions options = System.Drawing.StockIconOptions.Default);
static member GetStockIcon : System.Drawing.StockIconId * System.Drawing.StockIconOptions -> System.Drawing.Icon
Public Shared Function GetStockIcon (stockIcon As StockIconId, Optional options As StockIconOptions = System.Drawing.StockIconOptions.Default) As Icon
매개 변수
- stockIcon
- StockIconId
검색할 스톡 아이콘입니다.
- options
- StockIconOptions
아이콘 검색 옵션을 지정하는 열거형 값의 비트 조합입니다.
반환
요청된 Icon입니다.
예외
stockIcon
이 잘못된 StockIconId인 경우
설명
의 정적 아이콘 속성과 SystemIcons달리 이 API는 실행 중인 Windows 버전을 테마로 한 아이콘을 반환합니다. 또한 반환 Icon 된 는 캐시되지 않으며 더 이상 필요하지 않은 경우 삭제해야 합니다.
적용 대상
GetStockIcon(StockIconId, Int32)
- Source:
- SystemIcons.cs
- Source:
- SystemIcons.cs
지정된 Windows 셸 스톡 아이콘을 가져옵니다.
public:
static System::Drawing::Icon ^ GetStockIcon(System::Drawing::StockIconId stockIcon, int size);
public static System.Drawing.Icon GetStockIcon (System.Drawing.StockIconId stockIcon, int size);
static member GetStockIcon : System.Drawing.StockIconId * int -> System.Drawing.Icon
Public Shared Function GetStockIcon (stockIcon As StockIconId, size As Integer) As Icon
매개 변수
- stockIcon
- StockIconId
검색할 스톡 아이콘입니다.
- size
- Int32
원하는 크기입니다. 지정된 크기가 없으면 기존 크기가 다시 샘플링되어 요청된 크기를 제공합니다.
반환
요청된 Icon입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET