Excuse me, i found this function some where and i have never called my functions like this. I would like to know what it means to tag functions and how to call tagged functions like the one below.
VB Code:
  1. Public Function [SelectArea](ByVal X As Integer, ByVal Y As Integer) As System.Drawing.Image
  2.        Return Me.SelectShapesByPoint(X, Y)
  3.     End Function