C# Class Xwt.Drawing.ResourceImageLoader

Inheritance: ImageLoader
Mostrar archivo Open project: mono/xwt Class Usage Examples

Public Methods

Method Description
GetAlternativeFiles ( string fileName, string baseName, string ext ) : IEnumerable
LoadImage ( string fileName ) : object
ResourceImageLoader ( Toolkit toolkit, Assembly assembly ) : System
WrapImage ( string fileName, ImageTagSet tags, object img, Size reqSize ) : Image

Method Details

GetAlternativeFiles() public method

public GetAlternativeFiles ( string fileName, string baseName, string ext ) : IEnumerable
fileName string
baseName string
ext string
return IEnumerable

LoadImage() public method

public LoadImage ( string fileName ) : object
fileName string
return object

ResourceImageLoader() public method

public ResourceImageLoader ( Toolkit toolkit, Assembly assembly ) : System
toolkit Toolkit
assembly System.Reflection.Assembly
return System

WrapImage() public method

public WrapImage ( string fileName, ImageTagSet tags, object img, Size reqSize ) : Image
fileName string
tags ImageTagSet
img object
reqSize Size
return Image