Zooms to a rectangular area specified with Select methods.

This function allows to specify aspect ratio.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void ZoomSelection(
	bool aspectRatio
)
Public Sub ZoomSelection ( _
	aspectRatio As Boolean _
)
public:
void ZoomSelection(
	bool aspectRatio
)

Parameters

aspectRatio
Boolean
If False the image area is stretched to the component sizes.

See Also