Specifies the magnify layer source.

It can be IEMagnifySource.BackgroundLayer to get data from the background layer and IEMagnifySource.Canvas to get data from the painted background. If you want the magnify the layer 0 image, getting pixels directly from the bitmap use IEMagnifySource.BackgroundLayer.

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

Syntax

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

See Also