ElementLocation
float x = hLayoutInfo->ElementLocation(itemDimensions.x);
float y = vLayoutInfo->ElementLocation(itemDimensions.y);
return fTarget->ElementLocation(fElements[element]);
return ElementLocation(lastIndex) + ElementSize(lastIndex)
- ElementLocation(position);
virtual float ElementLocation(int32 element) = 0;