ImageToByteArrayConvert32 Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static byte[] Convert32(
Image img
)
Public Shared Function Convert32 (
img As Image
) As Byte()
public:
static array<unsigned char>^ Convert32(
Image^ img
)
static member Convert32 :
img : Image -> byte[]
Parameters
- img
- Type: System.DrawingImage
Return Value
Type:
ByteSee Also