BitmapConverterGetBytes Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic byte[] GetBytes(
Image obj
)
Public Function GetBytes (
obj As Image
) As Byte()
public:
virtual array<unsigned char>^ GetBytes(
Image^ obj
) sealed
abstract GetBytes :
obj : Image -> byte[]
override GetBytes :
obj : Image -> byte[] Parameters
- obj Image
-
Return Value
ByteImplements
IByteArrayConverterTGetBytes(T)
See Also