C# 클래스 EarTrumpet.Extensions.IconExtensions

파일 보기 프로젝트 열기: File-New-Project/EarTrumpet

공개 메소드들

메소드 설명
ExtractIconFromDll ( this path, int iconIndex ) : System.Windows.Media.ImageSource
ToImageSource ( this icon ) : System.Windows.Media.ImageSource

비공개 메소드들

메소드 설명
DeleteObject ( IntPtr hObject ) : bool
DestroyIcon ( IntPtr hIcon ) : bool
ExtractIcon ( IntPtr hInst, string lpszExeFileName, int nIconIndex ) : IntPtr

메소드 상세

ExtractIconFromDll() 공개 정적인 메소드

public static ExtractIconFromDll ( this path, int iconIndex ) : System.Windows.Media.ImageSource
path this
iconIndex int
리턴 System.Windows.Media.ImageSource

ToImageSource() 공개 정적인 메소드

public static ToImageSource ( this icon ) : System.Windows.Media.ImageSource
icon this
리턴 System.Windows.Media.ImageSource