HttpRequestBase::MapImageCoordinates Method (String^)

 

When overridden in a derived class, 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:
virtual array<int>^ MapImageCoordinates(
	String^ imageFieldName
)

Parameters

imageFieldName
Type: System::String^

The name of the image map.

Return Value

Type: array<System::Int32>^

A two-dimensional array of integers.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: