Method | Description | |
---|---|---|
GUIVariables ( ) : System | ||
MakeClickableImage ( string imgSrc, string link, string linkTarget, string imgTitle ) : string |
Convert an image into a Clickable Image.
|
Method | Description | |
---|---|---|
LoadGUIVariables ( ) : void |
Load the GUI Variables like RGB Colored Fonts, Bold Font and LineBreaks.
|
public MakeClickableImage ( string imgSrc, string link, string linkTarget, string imgTitle ) : string | ||
imgSrc | string | Source of the Image. |
link | string | The href Link. |
linkTarget | string | The Target. Use: "_blank" for opening the image into a new window. |
imgTitle | string | The Image Title to be shown when mouse is hovered over the Image. |
return | string |