C# 클래스 SidebarLibrary.General.ResourceUtil

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
LoadBitmapResource ( Type assemblyType, string resourceHolder, string imageName ) : Bitmap
LoadBitmapStream ( Type assemblyType, string imageName ) : Bitmap
LoadBitmapStream ( Type assemblyType, string imageName, Point transparentPixel ) : Bitmap
LoadIconResource ( Type assemblyType, string resourceHolder, string imageName ) : Icon
LoadIconStream ( Type assemblyType, string iconName ) : Icon
LoadIconStream ( Type assemblyType, string iconName, Size iconSize ) : Icon
LoadImageListResource ( Type assemblyType, string resourceHolder, string imageName, Size imageSize ) : ImageList
LoadImageListResource ( Type assemblyType, string resourceHolder, string imageName, Size imageSize, bool makeTransparent, Point transparentPixel ) : ImageList
LoadImageListStream ( Type assemblyType, string imageName, Size imageSize ) : ImageList
LoadImageListStream ( Type assemblyType, string imageName, Size imageSize, Point transparentPixel ) : ImageList
LoadImageListStream ( Type assemblyType, string imageName, Size imageSize, bool makeTransparent, Point transparentPixel ) : ImageList

보호된 메소드들

메소드 설명
LoadBitmapStream ( Type assemblyType, string imageName, bool makeTransparent, Point transparentPixel ) : Bitmap

메소드 상세

LoadBitmapResource() 공개 정적인 메소드

public static LoadBitmapResource ( Type assemblyType, string resourceHolder, string imageName ) : Bitmap
assemblyType System.Type
resourceHolder string
imageName string
리턴 System.Drawing.Bitmap

LoadBitmapStream() 공개 정적인 메소드

public static LoadBitmapStream ( Type assemblyType, string imageName ) : Bitmap
assemblyType System.Type
imageName string
리턴 System.Drawing.Bitmap

LoadBitmapStream() 공개 정적인 메소드

public static LoadBitmapStream ( Type assemblyType, string imageName, Point transparentPixel ) : Bitmap
assemblyType System.Type
imageName string
transparentPixel Point
리턴 System.Drawing.Bitmap

LoadBitmapStream() 보호된 정적인 메소드

protected static LoadBitmapStream ( Type assemblyType, string imageName, bool makeTransparent, Point transparentPixel ) : Bitmap
assemblyType System.Type
imageName string
makeTransparent bool
transparentPixel Point
리턴 System.Drawing.Bitmap

LoadIconResource() 공개 정적인 메소드

public static LoadIconResource ( Type assemblyType, string resourceHolder, string imageName ) : Icon
assemblyType System.Type
resourceHolder string
imageName string
리턴 System.Drawing.Icon

LoadIconStream() 공개 정적인 메소드

public static LoadIconStream ( Type assemblyType, string iconName ) : Icon
assemblyType System.Type
iconName string
리턴 System.Drawing.Icon

LoadIconStream() 공개 정적인 메소드

public static LoadIconStream ( Type assemblyType, string iconName, Size iconSize ) : Icon
assemblyType System.Type
iconName string
iconSize System.Drawing.Size
리턴 System.Drawing.Icon

LoadImageListResource() 공개 정적인 메소드

public static LoadImageListResource ( Type assemblyType, string resourceHolder, string imageName, Size imageSize ) : ImageList
assemblyType System.Type
resourceHolder string
imageName string
imageSize System.Drawing.Size
리턴 System.Windows.Forms.ImageList

LoadImageListResource() 공개 정적인 메소드

public static LoadImageListResource ( Type assemblyType, string resourceHolder, string imageName, Size imageSize, bool makeTransparent, Point transparentPixel ) : ImageList
assemblyType System.Type
resourceHolder string
imageName string
imageSize System.Drawing.Size
makeTransparent bool
transparentPixel Point
리턴 System.Windows.Forms.ImageList

LoadImageListStream() 공개 정적인 메소드

public static LoadImageListStream ( Type assemblyType, string imageName, Size imageSize ) : ImageList
assemblyType System.Type
imageName string
imageSize System.Drawing.Size
리턴 System.Windows.Forms.ImageList

LoadImageListStream() 공개 정적인 메소드

public static LoadImageListStream ( Type assemblyType, string imageName, Size imageSize, Point transparentPixel ) : ImageList
assemblyType System.Type
imageName string
imageSize System.Drawing.Size
transparentPixel Point
리턴 System.Windows.Forms.ImageList

LoadImageListStream() 공개 정적인 메소드

public static LoadImageListStream ( Type assemblyType, string imageName, Size imageSize, bool makeTransparent, Point transparentPixel ) : ImageList
assemblyType System.Type
imageName string
imageSize System.Drawing.Size
makeTransparent bool
transparentPixel Point
리턴 System.Windows.Forms.ImageList