Initializes a new instance of the ImageStyle class

Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public ImageStyle(
	string url,
	int width,
	int height
)
Visual Basic
Public Sub New ( _
	url As String, _
	width As Integer, _
	height As Integer _
)
Visual C++
public:
ImageStyle(
	String^ url, 
	int width, 
	int height
)

Parameters

url
Type: System..::..String
width
Type: System..::..Int32
height
Type: System..::..Int32

See Also