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,
	FloatType floattype
)
Visual Basic
Public Sub New ( _
	url As String, _
	width As Integer, _
	height As Integer, _
	floattype As FloatType _
)
Visual C++
public:
ImageStyle(
	String^ url, 
	int width, 
	int height, 
	FloatType floattype
)

See Also