BitmapConverterGetBytes Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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
- Type: System.DrawingImage
Return Value
Type:
ByteImplements
IByteArrayConverterTGetBytes(T)
See Also