JHDrawing Class

DCSoft.DBUtilityGeneric

JHDrawing Class
图像命名空间下的通用静态方法
Inheritance Hierarchy
SystemObject  DCSoft.Utility.DrawingJHDrawing

Namespace: DCSoft.Utility.Drawing
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static class JHDrawing

The JHDrawing type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsVerifyImage
验证图片的文件路径和后缀名是否合法
Public methodStatic memberToBuffer
图像对象转换为二进制数组
Public methodStatic memberToImage(Byte)
二进制转换为图像对象
Public methodStatic memberToImage(Stream)
文件流转换为图像对象
Public methodStatic memberToImage(String)
文件转换为图像对象
Public methodStatic memberToImageFormat
通过文件后缀获取图像格式
Public methodStatic memberToStream
将图像对象转换为内存流
Top
See Also