Improves the performance of layer rendering by delayed or disabling slow operations.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEViewer..::..IEFastDrawing LayersFastDrawing { get; set; }
Public Property LayersFastDrawing As IEViewer..::..IEFastDrawing
	Get
	Set
public:
property IEViewer..::..IEFastDrawing LayersFastDrawing {
	IEViewer..::..IEFastDrawing get ();
	void set (IEViewer..::..IEFastDrawing value);
}

See Also