AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageImageElement Constructor (String, Int32, Int32)

Initializes a new instance of the AdvantageImageElement class.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public AdvantageImageElement(
	string imageName,
	int width,
	int height
)

Parameters

imageName
Type: String
Name of the image.
width
Type: Int32
The width.
height
Type: Int32
The height.