JHDrawing.ToBuffer Method

DCSoft.DBUtilityGeneric

JHDrawingToBuffer Method
图像对象转换为二进制数组

Namespace: DCSoft.Utility.Drawing
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static byte[] ToBuffer(
	Image image,
	ImageFormat imageFormat
)

Parameters

image
Type: System.DrawingImage
图像对象
imageFormat
Type: System.Drawing.ImagingImageFormat
图像类型

Return Value

Type: Byte

[Missing <returns> documentation for "M:DCSoft.Utility.Drawing.JHDrawing.ToBuffer(System.Drawing.Image,System.Drawing.Imaging.ImageFormat)"]

See Also