JHDrawing.ToImage Method (Byte[])

DCSoft.DBUtilityGeneric

JHDrawingToImage Method (Byte)
二进制转换为图像对象

Namespace: DCSoft.Utility.Drawing
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static Image ToImage(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
二进制数据

Return Value

Type: Image

[Missing <returns> documentation for "M:DCSoft.Utility.Drawing.JHDrawing.ToImage(System.Byte[])"]

See Also