文件名称:barcodeprint
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-05-15
- 文件大小:
- 50kb
- 下载次数:
- 0次
- 提 供 者:
- zpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C#打印条形码,部分代码释义:
将一幅位图从一个设备场景复制到另一个
目标设备场景
/// 对目标DC中目标矩形左上角位置进行描述的那个点,用目标DC的逻辑X坐标表示
/// 对目标DC中目标矩形左上角位置进行描述的那个点,用目标DC的逻辑Y坐标表示
/// 欲传输图象的宽度
/// 欲传输图象的高度
/// 源设备场景,如光栅运算未指定源,则应设为0
/// 对源DC中源矩形左上角位置进行描述的那个点用源DC的逻辑X坐标表示
/// 对源DC中源矩形左上角位置进行描述的那个点用源DC的逻辑Y坐标表示
/// 传输过程要执行的光栅运算
/// 非零表示成功,零表示失败 -C# print bar codes, part of the code definitions: a bitmap scene copied from one device to another target device scene///describe the position of the upper-left corner of the destination rectangle on the destination DC that point, expressed in logical X coordinate of the destination DC///that points to describe the position of the upper-left corner of the destination rectangle on the destination DC///you want the width of the image///you want to image height///source device scene, the logic Y coordinates of the destination DC said , such as raster operation did not specify the source that points to describe the upper left corner of the source rectangle position on the source DC should be set to 0////// logical X coordinate of the source DC source rectangle in the upper left corner of the source DC describe that point the logic Y coordinates of the source DC///raster operation to be performed by transmission///non-zero indicates success, zero indicates failure
将一幅位图从一个设备场景复制到另一个
目标设备场景
/// 对目标DC中目标矩形左上角位置进行描述的那个点,用目标DC的逻辑X坐标表示
/// 对目标DC中目标矩形左上角位置进行描述的那个点,用目标DC的逻辑Y坐标表示
/// 欲传输图象的宽度
/// 欲传输图象的高度
/// 源设备场景,如光栅运算未指定源,则应设为0
/// 对源DC中源矩形左上角位置进行描述的那个点用源DC的逻辑X坐标表示
/// 对源DC中源矩形左上角位置进行描述的那个点用源DC的逻辑Y坐标表示
/// 传输过程要执行的光栅运算
/// 非零表示成功,零表示失败 -C# print bar codes, part of the code definitions: a bitmap scene copied from one device to another target device scene///describe the position of the upper-left corner of the destination rectangle on the destination DC that point, expressed in logical X coordinate of the destination DC///that points to describe the position of the upper-left corner of the destination rectangle on the destination DC///you want the width of the image///you want to image height///source device scene, the logic Y coordinates of the destination DC said , such as raster operation did not specify the source that points to describe the upper left corner of the source rectangle position on the source DC should be set to 0////// logical X coordinate of the source DC source rectangle in the upper left corner of the source DC describe that point the logic Y coordinates of the source DC///raster operation to be performed by transmission///non-zero indicates success, zero indicates failure
(系统自动生成,下载前可以参看下载内容)
下载文件列表
barcodeprint\BarCode\BarCode.csproj
............\.......\bin\Debug\AxInterop.BARCODELib.dll
............\.......\...\.....\BarCode.exe
............\.......\...\.....\BarCode.pdb
............\.......\...\.....\BarCode.vshost.exe
............\.......\...\.....\BarCode.vshost.exe.manifest
............\.......\...\.....\Interop.BARCODELib.dll
............\.......\Form1.cs
............\.......\Form1.Designer.cs
............\.......\Form1.resx
............\.......\Program.cs
............\.......\...perties\AssemblyInfo.cs
............\.......\..........\Resources.Designer.cs
............\.......\..........\Resources.resx
............\.......\..........\Settings.Designer.cs
............\.......\..........\Settings.settings
............\.......\SystemSet.ini
............\BarCode.sln
............\BarCode.suo
............\.......\bin\Debug
............\.......\bin
............\.......\Properties
............\BarCode
barcodeprint