语法
C++
C#
Visual Basic .NET
参数
返回值
备注
- 黑白图像页面和彩色图像页面上的像素坐标相同。
- 如果您尝试将坐标转换到尚未创建的预览图像平面,或从该图像平面转换坐标,该方法将返回错误。
HRESULT ConvertCoordinates(
ImageTypeEnum FromPage,
ImageTypeEnum ToPage,
int* X,
int* Y
);
void ConvertCoordinates(
ImageTypeEnum FromPage,
ImageTypeEnum ToPage,
out int X,
out int Y
);
Sub ConvertCoordinates( _
FromPage As ImageTypeEnum, _
ToPage As ImageTypeEnum, _
ByRef X As Integer, _
ByRef Y As Integer _
)
此页面对您有帮助吗?