Specifies where the image is located (memory, file or Windows object)

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEImage..::..Location ImageLocation { get; set; }
Public Property ImageLocation As IEImage..::..Location
	Get
	Set
public:
property IEImage..::..Location ImageLocation {
	IEImage..::..Location get ();
	void set (IEImage..::..Location value);
}

See Also