This documentation is archived and is not being maintained.
HttpRequest.MapImageCoordinates Method
.NET Framework 1.1
Maps an incoming image-field form parameter to appropriate x/y coordinate values.
[Visual Basic] 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[];
Parameters
- imageFieldName
- The name of the form image map.
Return Value
A two-dimensional array of integers.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpRequest Class | HttpRequest Members | System.Web Namespace
Show: