HttpRequestBase::MapRawImageCoordinates Method (String^)

.NET Framework (current version)
 

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

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

public:
virtual array<double>^ MapRawImageCoordinates(
	String^ imageFieldName
)

Parameters

imageFieldName
Type: System::String^

The name of the image field.

Return Value

Type: array<System::Double>^

The x and y coordinate values.

.NET Framework
Available since 4.5
Return to top
Show: