Resizes current image. The content of the image doesn't change (no stretch).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Resize(
	int newWidth,
	int newHeight
)
Public Sub Resize ( _
	newWidth As Integer, _
	newHeight As Integer _
)
public:
void Resize(
	int newWidth, 
	int newHeight
)

Parameters

newWidth
Int32
the new width
newHeight
Int32
the new height

See Also