Method | Description | |
---|---|---|
BitmapFromUrl ( string url ) : |
Return bitmap from Url
|
|
ExtractHtmlFragmentFromClipboardData ( string htmlDataString ) : string |
Extracts html from a HtmlFragment
|
|
Fetch ( string url ) : string |
Fetch html string from web url
|
|
GetStringBetween ( string source, string start, string end ) : string |
Return one string inbetween two strings
|
|
MakeBitmap ( |
Draws a new bitmap for the item
|
|
resizeImage ( |
Returns resized image
|
public BitmapFromUrl ( string url ) : |
||
url | string | Image web url |
return |
public ExtractHtmlFragmentFromClipboardData ( string htmlDataString ) : string | ||
htmlDataString | string | Html string |
return | string |
public GetStringBetween ( string source, string start, string end ) : string | ||
source | string | Source string |
start | string | Start string |
end | string | End string |
return | string |
public MakeBitmap ( |
||
ImageBG | Background image for the new Image | |
ImageItem | Item image | |
ItemName | string | Item name |
ItemExterior | string | Item exterior (Field-tested etc) |
ItemPrice | string | Item price (plus additional information such as currency €) |
ItemColor | string | |
return |
public resizeImage ( |
||
imgToResize | Image to resize | |
size | Size of new image | |
return |