C# Class SidebarLibrary.General.ResourceUtil

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
LoadBitmapStream ( Type assemblyType, string imageName, bool makeTransparent, Point transparentPixel ) : Bitmap

Method Details

LoadBitmapResource() public static méthode

public static LoadBitmapResource ( Type assemblyType, string resourceHolder, string imageName ) : Bitmap
assemblyType System.Type
resourceHolder string
imageName string
Résultat System.Drawing.Bitmap

LoadBitmapStream() public static méthode

public static LoadBitmapStream ( Type assemblyType, string imageName ) : Bitmap
assemblyType System.Type
imageName string
Résultat System.Drawing.Bitmap

LoadBitmapStream() public static méthode

public static LoadBitmapStream ( Type assemblyType, string imageName, Point transparentPixel ) : Bitmap
assemblyType System.Type
imageName string
transparentPixel Point
Résultat System.Drawing.Bitmap

LoadBitmapStream() protected static méthode

protected static LoadBitmapStream ( Type assemblyType, string imageName, bool makeTransparent, Point transparentPixel ) : Bitmap
assemblyType System.Type
imageName string
makeTransparent bool
transparentPixel Point
Résultat System.Drawing.Bitmap

LoadIconResource() public static méthode

public static LoadIconResource ( Type assemblyType, string resourceHolder, string imageName ) : Icon
assemblyType System.Type
resourceHolder string
imageName string
Résultat System.Drawing.Icon

LoadIconStream() public static méthode

public static LoadIconStream ( Type assemblyType, string iconName ) : Icon
assemblyType System.Type
iconName string
Résultat System.Drawing.Icon

LoadIconStream() public static méthode

public static LoadIconStream ( Type assemblyType, string iconName, Size iconSize ) : Icon
assemblyType System.Type
iconName string
iconSize System.Drawing.Size
Résultat System.Drawing.Icon

LoadImageListResource() public static méthode

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

LoadImageListResource() public static méthode

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
Résultat System.Windows.Forms.ImageList

LoadImageListStream() public static méthode

public static LoadImageListStream ( Type assemblyType, string imageName, Size imageSize ) : ImageList
assemblyType System.Type
imageName string
imageSize System.Drawing.Size
Résultat System.Windows.Forms.ImageList

LoadImageListStream() public static méthode

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

LoadImageListStream() public static méthode

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
Résultat System.Windows.Forms.ImageList