Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
SO827-AutoScanAndLabel
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 527997f9
由
刘韬
编写于
2023-04-08 20:45:38 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
DLL更新
1 个父辈
e8931b06
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
195 行增加
和
0 行删除
dll/CodeLibrary.dll
dll/ConfigHelper.dll
dll/zxing.presentation.xml
dll/zxing.xml
dll/CodeLibrary.dll
查看文件 @
527997f
此文件类型无法预览
dll/ConfigHelper.dll
查看文件 @
527997f
此文件类型无法预览
dll/zxing.presentation.xml
0 → 100644
查看文件 @
527997f
<?xml version="1.0"?>
<doc>
<assembly>
<name>
zxing.presentation
</name>
</assembly>
<members>
<member
name=
"T:ZXing.Presentation.BarcodeReader"
>
<summary>
A smart class to decode the barcode inside a bitmap object which is derived from BitmapSource
</summary>
</member>
<member
name=
"M:ZXing.Presentation.BarcodeReader.#ctor"
>
<summary>
Initializes a new instance of the
<see
cref=
"T:ZXing.Presentation.BarcodeReader"
/>
class.
</summary>
</member>
<member
name=
"M:ZXing.Presentation.BarcodeReader.#ctor(ZXing.Reader,System.Func{System.Windows.Media.Imaging.BitmapSource,ZXing.LuminanceSource},System.Func{ZXing.LuminanceSource,ZXing.Binarizer})"
>
<summary>
Initializes a new instance of the
<see
cref=
"T:ZXing.Presentation.BarcodeReader"
/>
class.
</summary>
<param
name=
"reader"
>
Sets the reader which should be used to find and decode the barcode.
If null then MultiFormatReader is used
</param>
<param
name=
"createLuminanceSource"
>
Sets the function to create a luminance source object for a bitmap.
If null, default is used
</param>
<param
name=
"createBinarizer"
>
Sets the function to create a binarizer object for a luminance source.
If null then HybridBinarizer is used
</param>
</member>
<member
name=
"M:ZXing.Presentation.BarcodeReader.#ctor(ZXing.Reader,System.Func{System.Windows.Media.Imaging.BitmapSource,ZXing.LuminanceSource},System.Func{ZXing.LuminanceSource,ZXing.Binarizer},System.Func{System.Byte[],System.Int32,System.Int32,ZXing.RGBLuminanceSource.BitmapFormat,ZXing.LuminanceSource})"
>
<summary>
Initializes a new instance of the
<see
cref=
"T:ZXing.Presentation.BarcodeReader"
/>
class.
</summary>
<param
name=
"reader"
>
Sets the reader which should be used to find and decode the barcode.
If null then MultiFormatReader is used
</param>
<param
name=
"createLuminanceSource"
>
Sets the function to create a luminance source object for a bitmap.
If null, default is used
</param>
<param
name=
"createBinarizer"
>
Sets the function to create a binarizer object for a luminance source.
If null then HybridBinarizer is used
</param>
<param
name=
"createRGBLuminanceSource"
>
The create RGB luminance source.
</param>
</member>
<member
name=
"T:ZXing.Presentation.BarcodeWriter"
>
<summary>
A smart class to encode some content to a barcode image
</summary>
</member>
<member
name=
"M:ZXing.Presentation.BarcodeWriter.#ctor"
>
<summary>
Initializes a new instance of the
<see
cref=
"T:ZXing.Presentation.BarcodeWriter"
/>
class.
</summary>
</member>
<member
name=
"T:ZXing.Presentation.BarcodeWriterGeometry"
>
<summary>
A smart class to encode some content to a barcode image into a geometry
Autor: Rob Fonseca-Ensor
</summary>
</member>
<member
name=
"M:ZXing.Presentation.BarcodeWriterGeometry.#ctor"
>
<summary>
Initializes a new instance of the
<see
cref=
"T:ZXing.Presentation.BarcodeWriterGeometry"
/>
class.
</summary>
</member>
<member
name=
"M:ZXing.BitmapSourceLuminanceSource.#ctor(System.Int32,System.Int32)"
>
<summary>
Initializes a new instance of the
<see
cref=
"T:ZXing.BitmapSourceLuminanceSource"
/>
class.
</summary>
<param
name=
"width"
>
The width.
</param>
<param
name=
"height"
>
The height.
</param>
</member>
<member
name=
"M:ZXing.BitmapSourceLuminanceSource.#ctor(System.Windows.Media.Imaging.BitmapSource)"
>
<summary>
Initializes a new instance of the
<see
cref=
"T:ZXing.BitmapSourceLuminanceSource"
/>
class.
</summary>
<param
name=
"bitmap"
>
The bitmap.
</param>
</member>
<member
name=
"M:ZXing.BitmapSourceLuminanceSource.CreateLuminanceSource(System.Byte[],System.Int32,System.Int32)"
>
<summary>
Should create a new luminance source with the right class type.
The method is used in methods crop and rotate.
</summary>
<param
name=
"newLuminances"
>
The new luminances.
</param>
<param
name=
"width"
>
The width.
</param>
<param
name=
"height"
>
The height.
</param>
<returns></returns>
</member>
<member
name=
"T:ZXing.Rendering.GeometryRenderer"
>
<summary>
Renders a barcode into a geometry
Autor: Rob Fonseca-Ensor
</summary>
</member>
<member
name=
"M:ZXing.Rendering.GeometryRenderer.Render(ZXing.Common.BitMatrix,ZXing.BarcodeFormat,System.String)"
>
<summary>
Renders the specified matrix.
</summary>
<param
name=
"matrix"
>
The matrix.
</param>
<param
name=
"format"
>
The format.
</param>
<param
name=
"content"
>
The content.
</param>
<returns></returns>
</member>
<member
name=
"M:ZXing.Rendering.GeometryRenderer.Render(ZXing.Common.BitMatrix,ZXing.BarcodeFormat,System.String,ZXing.Common.EncodingOptions)"
>
<summary>
Renders the specified matrix.
</summary>
<param
name=
"matrix"
>
The matrix.
</param>
<param
name=
"format"
>
The format.
</param>
<param
name=
"content"
>
The content.
</param>
<param
name=
"options"
>
The options.
</param>
<returns></returns>
</member>
<member
name=
"T:ZXing.Rendering.WriteableBitmapRenderer"
>
<summary>
Renders a
<see
cref=
"T:ZXing.Common.BitMatrix"
/>
to a
<see
cref=
"T:System.Windows.Media.Imaging.WriteableBitmap"
/>
</summary>
</member>
<member
name=
"P:ZXing.Rendering.WriteableBitmapRenderer.Foreground"
>
<summary>
Gets or sets the foreground color.
</summary>
<value>
The foreground color.
</value>
</member>
<member
name=
"P:ZXing.Rendering.WriteableBitmapRenderer.Background"
>
<summary>
Gets or sets the background color.
</summary>
<value>
The background color.
</value>
</member>
<member
name=
"P:ZXing.Rendering.WriteableBitmapRenderer.FontFamily"
>
<summary>
Gets or sets the font family.
</summary>
<value>
The font family.
</value>
</member>
<member
name=
"P:ZXing.Rendering.WriteableBitmapRenderer.FontSize"
>
<summary>
Gets or sets the size of the font.
</summary>
<value>
The size of the font.
</value>
</member>
<member
name=
"P:ZXing.Rendering.WriteableBitmapRenderer.FontStretch"
>
<summary>
Gets or sets the font stretch.
</summary>
<value>
The font stretch.
</value>
</member>
<member
name=
"P:ZXing.Rendering.WriteableBitmapRenderer.FontStyle"
>
<summary>
Gets or sets the font style.
</summary>
<value>
The font style.
</value>
</member>
<member
name=
"P:ZXing.Rendering.WriteableBitmapRenderer.FontWeight"
>
<summary>
Gets or sets the font weight.
</summary>
<value>
The font weight.
</value>
</member>
<member
name=
"M:ZXing.Rendering.WriteableBitmapRenderer.#ctor"
>
<summary>
Initializes a new instance of the
<see
cref=
"T:ZXing.Rendering.WriteableBitmapRenderer"
/>
class.
</summary>
</member>
<member
name=
"M:ZXing.Rendering.WriteableBitmapRenderer.Render(ZXing.Common.BitMatrix,ZXing.BarcodeFormat,System.String)"
>
<summary>
Renders the specified matrix.
</summary>
<param
name=
"matrix"
>
The matrix.
</param>
<param
name=
"format"
>
The format.
</param>
<param
name=
"content"
>
The content.
</param>
<returns></returns>
</member>
<member
name=
"M:ZXing.Rendering.WriteableBitmapRenderer.Render(ZXing.Common.BitMatrix,ZXing.BarcodeFormat,System.String,ZXing.Common.EncodingOptions)"
>
<summary>
Renders the specified matrix.
</summary>
<param
name=
"matrix"
>
The matrix.
</param>
<param
name=
"format"
>
The format.
</param>
<param
name=
"content"
>
The content.
</param>
<param
name=
"options"
>
The options.
</param>
<returns></returns>
</member>
</members>
</doc>
dll/zxing.xml
0 → 100644
查看文件 @
527997f
此文件的差异太大,无法显示。
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论