System.Web Namespace HttpRequest Class
Maps an incoming image-field form parameter to appropriate x/y coordinate values.
[ VB ]
Public Function MapImageCoordinates ( _
ByVal imageFieldName As String _
) As Integer ( )
[ C# ]
public int [ ] MapImageCoordinates (
string imageFieldName
);
[ C++ ]
public: int MapImageCoordinates (
String* imageFieldName
) __gc [ ];
[ JScript ]
public function MapImageCoordinates (
imageFieldName : String
) : int [ ];
- imageFieldName
- A string reference to a form image map.
A two-dimensional array of integers.
HttpRequest Members