ImageEn, unit imageenview

TIESelectionBase


Declaration

  TIESelectionBase = (
    iesbClientArea, // Select coordinates over client area (as they appear in the current view)
    iesbBitmap      // Select coordinates over bitmap (as they relate to the bitmap regardless of view or zoom)
    );