Click and drag the cursor to measure circular areas in the image (use SetScale to set the scale).

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool MeasureEllipse { get; set; }
Public Property MeasureEllipse As Boolean
	Get
	Set
public:
property bool MeasureEllipse {
	bool get ();
	void set (bool value);
}

See Also