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 Overridable Function MapRawImageCoordinates (
	imageFieldName As String
) As Double()

Parameters

imageFieldName
Type: System.String

The name of the image field.

Return Value

Type: System.Double()

The x and y coordinate values.

.NET Framework
Available since 4.5
Return to top
Show: