HttpRequest::MapImageCoordinates Method (String^)

 

Maps an incoming image-field form parameter to appropriate x-coordinate and y-coordinate values.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
array<int>^ MapImageCoordinates(
	String^ imageFieldName
)

Parameters

imageFieldName
Type: System::String^

The name of the form image map.

Return Value

Type: array<System::Int32>^

A two-dimensional array of integers.

.NET Framework
Available since 1.1
Return to top
Show: