WebImageAppearanceJS Constructor(string,string,number)
In This Topic
Initializes a new instance of the
WebImageAppearanceJS class.
Syntax
// Parameters
var backColor; // Type: string
var borderColor; // Type: string
var borderWidth; // Type: number
var instance = new Vintasoft.Imaging.WebImageAppearanceJS(backColor, borderColor, borderWidth);
function WebImageAppearanceJS(
: string,
: string,
: number
) : WebImageAppearanceJS;
Parameters
- backColor
- Background color of the image.
- borderColor
- Border color of the image.
- borderWidth
- Border width of the image.
Browser Compatibility
See Also