NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRequest.MapImageCoordinates

Maps an incoming image field form parameter into 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
) [];
[JScript]
public function MapImageCoordinates(
   imageFieldName : String
) : int[];

Parameters

imageFieldName
A string reference to a form image map.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace