Method | Description | |
---|---|---|
ByteArrayToImage ( byte byteArrayIn ) : |
||
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 |
public ByteArrayToImage ( byte byteArrayIn ) : |
||
byteArrayIn | byte | |
return |
public CreateThumbnail ( byte byteArrayIn ) : Bitmap | ||
byteArrayIn | byte | |
return | Bitmap |
public CreateThumbnail ( byte byteArrayIn, int lnWidth, int lnHeight ) : Bitmap | ||
byteArrayIn | byte | |
lnWidth | int | |
lnHeight | int | |
return | Bitmap |
public CreateThumbnail ( string lcFilename, int lnWidth, int lnHeight ) : Bitmap | ||
lcFilename | string | |
lnWidth | int | |
lnHeight | int | |
return | Bitmap |
public LoadIconLocation ( string tag ) : string | ||
tag | string | |
return | string |
public LoadSpriteIcon ( string tag ) : string | ||
tag | string | The input Category. |
return | string |
public LoadSpriteStaticIcon ( string tag ) : string | ||
tag | string | The input tag. |
return | string |
public LoadStaticIconLocation ( string iconName ) : string | ||
iconName | string | The input iconName. |
return | string |
public ScaleBitmap ( Bitmap Bitmap, int scaleWidth, int scaleHeight ) : Bitmap | ||
Bitmap | Bitmap | |
scaleWidth | int | |
scaleHeight | int | |
return | Bitmap |