dev_set_part -修改显示的图像部分
2022-11-13
新闻来源:网淘巴
围观:465
''
简短描述
dev_set_part -修改显示的图像部分
签名
dev_set_part( : : Row1, Column1, Row2, Column2 : )
描述
Dev_set_part用于设置图像在图形窗口中显示的部分。参数Row1和Column1指定要显示的图像部分的左上角,Row2和Column2指定要显示的图像部分的右下角。
参数
Row1 (input_[文]control[章]) rectang[来]le.orig[自]in.y&ra[网]rr;(int[淘]eger)
所选图像部分的[巴]左上角的行。
默认值:0
Column1[文] (input_[章]control[来]) rectang[自]le.orig[网]in.x&ra[淘]rr;(int[巴]eger)
所选图像部分的[文]左上角的列。
默认值:0
Row2 (input_[章]control[来]) rectang[自]le.corn[网]er.y&ra[淘]rr;(int[巴]eger)
所选图像部分的[文]右下角的行。
缺省值:128[章]
Column2[来] (input_[自]control[网]) rectang[淘]le.corn[巴]er.x&ra[文]rr;(int[章]eger)
所选图像部分的[来]右下角的列。
缺省值:128
例程
for i := 1 to 240 by 10
dev_set_part (i, i, 511-i, 511-i)
dev_display (Image)
endfor
dev_set_part (1, 1, -1, -1)
dev_display (Image)
返回结果
本文链接:https://www.wtao8.com/post/246.html 转载需授权!