HttpRequest.MapRawImageCoordinates(String) 方法
定义
将传入图像字段窗体参数映射为适当的 x 和 y 坐标值。Maps an incoming image field form parameter into appropriate x and y coordinate values.
public:
cli::array <double> ^ MapRawImageCoordinates(System::String ^ imageFieldName);
public double[] MapRawImageCoordinates (string imageFieldName);
member this.MapRawImageCoordinates : string -> double[]
Public Function MapRawImageCoordinates (imageFieldName As String) As Double()
参数
- imageFieldName
- String
图像字段的名称。The name of the image field.
返回
- Double[]
x 和 y 坐标值。The x and y coordinate values.