|
在窗体应用程序中,如何在picturebox中添加图片并实现在picturebox中画矩形同时给矩形编号并按一定格式输出到一个文件里例如:<?xml version="1.0" encoding="UTF-8"?><TSCutTemplates>
<templateDef>
<voucherID>100000</voucherID>
<voucherName>存款凭证</voucherName>
<imgWidth>1024</imgWidth>
<imgHeight>768</imgHeight>
<cutInfos>
<cutInfo>
<cutID>001</cutID>
<cutName>姓名</cutName>
<x1>100</x1>
<y1>200</y1>
<w>300</w>
<h>200</h>
</cutInfo>
<cutInfo>
<cutID>002</cutID>
<cutName>金额</cutName>
<x1>500</x1>
<y1>500</y1>
<w>300</w>
<h>100</h>
</cutInfo>
</cutInfos>
</templateDef>
<templateDef>
<voucherID>100001</voucherID>
<voucherName>贷款凭证</voucherName>
<imgWidth>1024</imgWidth>
<imgHeight>768</imgHeight>
<cutInfos>
<cutInfo>
<cutID>100</cutID>
<cutName>贷方</cutName>
<x1>15</x1>
<y1>25</y1>
<w>183</w>
<h>130</h>
</cutInfo>
<cutInfo>
<cutID>101</cutID>
<cutName>借方</cutName>
<x1>269</x1>
<y1>89</y1>
<w>200</w>
<h>100</h>
</cutInfo>
</cutInfos>
</templateDef>
</TSCutTemplates>
,(包括对矩形的删除,但不修改添加的图片)
拜托各位大神了,小弟下周一要上交这个程序了,如能成功必有重谢,拜托拜托
|
|