Click or drag to resize

UtilsBinaryToImage Method

바이너리형식을 이미지로 변환하여 반환합니다.

Namespace:  Mcc.Series.Common
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Image BinaryToImage(
	byte[] data
)

Parameters

data
Type: SystemByte
byte 배열

Return Value

Type: Image
Image Data
See Also