This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
BiliAccount.Core.ByQRCode
Leo Chen edited this page Jan 15, 2022
·
6 revisions
字段名 | 类型 | 描述 |
---|---|---|
Monitor | System.Threading.Timer | 状态监视器 |
Refresher | System.Threading.Timer | 刷新监视器 |
方法名 | 返回类型 | 描述 |
---|---|---|
CancelLogin | void | 取消登录 |
GetQrcode | string/System.Drawing.Bitmap | 获取登陆二维码(+1重载) |
GetQrcodeUrl | string | 获取登陆url |
方法名 | 返回类型 | 描述 |
---|---|---|
MonitorCallback | void | 状态监视器回调 |
RefresherCallback | void | 刷新监视器回调 |
类名 | 描述 |
---|---|
GetQrcode_DataTemplete | 获取二维码的数据模板 |
MonitorCallBack_Templete | 状态监视器回调数据模板 |
public static void CancelLogin()
public static string GetQrcode()
public static Bitmap GetQrcode(Color Foreground,Color Background,bool IsBorderVisable)
参数名 | 类型 | 描述 |
---|---|---|
Foreground | System.Drawing.Color | 前景颜色 |
Background | System.Drawing.Color | 背景颜色 |
IsBorderVisable | bool | 是否渲染边框 |
public static string GetQrcodeUrl()
private static void MonitorCallback(object o)
参数名 | 类型 | 描述 |
---|---|---|
o | object | (空) |
private static void RefresherCallback(object state)
参数名 | 类型 | 描述 |
---|---|---|
state | object | (空) |
Copyright © 2020 zhangbudademao.com. All rights reserved.