When DisplayGrid is True and the Zoom is equal or more of 400 a grid is drawn. Each box is equivales to a bitmap pixel.

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

Syntax

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

See Also