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

Syntax

C#
public void SetParams(
	string path,
	int width,
	int height
)
Visual Basic
Public Sub SetParams ( _
	path As String, _
	width As Integer, _
	height As Integer _
)
Visual C++
public:
void SetParams(
	String^ path, 
	int width, 
	int height
)

Parameters

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

See Also