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