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:
Public Function [SelectArea](ByVal X As Integer, ByVal Y As Integer) As System.Drawing.Image Return Me.SelectShapesByPoint(X, Y) End Function




Reply With Quote