Sets the selection coordinaties base.

If SelectionBase is ClientArea all coordinates depends from actual Zoom and scrolling.

Otherwise, if SelectionBase is Bitmap (the default) all coordinates refers bitmap pixels.

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

Syntax

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

See Also