asp.net.ph

Request.MapImageCoordinates Method

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 [ ];

Parameters

imageFieldName
A string reference to a form image map.

Return Value

A two-dimensional array of integers.

See Also

HttpRequest Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph