VerifyCodeHelper Class
From HD.Common
| VerifyCodeHelper Class | Helper帮助文档 |
验证图片类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class VerifyCodeHelper
Public Class VerifyCodeHelper
public ref class VerifyCodeHelper
type VerifyCodeHelper = class end
The VerifyCodeHelper type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VerifyCodeHelper | Initializes a new instance of the VerifyCodeHelper class |
Methods
| Name | Description | |
|---|---|---|
| CreateImage |
绘制验证码
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetRandomColor |
字体随机颜色
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| TwistImage |
正弦曲线Wave扭曲图片
|
Properties
| Name | Description | |
|---|---|---|
| Image |
验证码图片
| |
| Text |
验证码
|
See Also