C# Класс ImageEngine, getputs

Summary description for ImageEngine
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ByteArrayToImage ( byte byteArrayIn ) : Image
CreateThumbnail ( byte byteArrayIn ) : Bitmap
CreateThumbnail ( byte byteArrayIn, int lnWidth, int lnHeight ) : Bitmap
CreateThumbnail ( string lcFilename, int lnWidth, int lnHeight ) : Bitmap
ImageEngine ( ) : System
LoadIconLocation ( string tag ) : string

Load the Image for the given Tag.

LoadSpriteIcon ( string tag ) : string

Load Icons from Icon Sprite (Uses sprite.css) for loading Icons. This method is quicker as compared to using the LoadIconLocation() Method of ImageEngine.cs.

LoadSpriteStaticIcon ( string tag ) : string

Load Icons from Icon Sprite (Uses sprite.css) for loading Icons. This method is quicker as compared to using the LoadStaticIconLocation() Method of ImageEngine.cs.

LoadStaticIconLocation ( string iconName ) : string

Load the Static Icon Image for the given iconName.

ScaleBitmap ( Bitmap Bitmap, int scaleWidth, int scaleHeight ) : Bitmap

Описание методов

ByteArrayToImage() публичный Метод

public ByteArrayToImage ( byte byteArrayIn ) : Image
byteArrayIn byte
Результат System.Drawing.Image

CreateThumbnail() публичный Метод

public CreateThumbnail ( byte byteArrayIn ) : Bitmap
byteArrayIn byte
Результат Bitmap

CreateThumbnail() публичный Метод

public CreateThumbnail ( byte byteArrayIn, int lnWidth, int lnHeight ) : Bitmap
byteArrayIn byte
lnWidth int
lnHeight int
Результат Bitmap

CreateThumbnail() публичный Метод

public CreateThumbnail ( string lcFilename, int lnWidth, int lnHeight ) : Bitmap
lcFilename string
lnWidth int
lnHeight int
Результат Bitmap

ImageEngine() публичный Метод

public ImageEngine ( ) : System
Результат System

LoadIconLocation() публичный Метод

Load the Image for the given Tag.
public LoadIconLocation ( string tag ) : string
tag string
Результат string

LoadSpriteIcon() публичный Метод

Load Icons from Icon Sprite (Uses sprite.css) for loading Icons. This method is quicker as compared to using the LoadIconLocation() Method of ImageEngine.cs.
public LoadSpriteIcon ( string tag ) : string
tag string The input Category.
Результат string

LoadSpriteStaticIcon() публичный Метод

Load Icons from Icon Sprite (Uses sprite.css) for loading Icons. This method is quicker as compared to using the LoadStaticIconLocation() Method of ImageEngine.cs.
public LoadSpriteStaticIcon ( string tag ) : string
tag string The input tag.
Результат string

LoadStaticIconLocation() публичный Метод

Load the Static Icon Image for the given iconName.
public LoadStaticIconLocation ( string iconName ) : string
iconName string The input iconName.
Результат string

ScaleBitmap() публичный Метод

public ScaleBitmap ( Bitmap Bitmap, int scaleWidth, int scaleHeight ) : Bitmap
Bitmap Bitmap
scaleWidth int
scaleHeight int
Результат Bitmap