BitmapSourceConverterGetBytes Method |
Converts the specified
InteropBitmap object to an array of bytes.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public byte[] GetBytes(
BitmapSource obj
)
Public Function GetBytes (
obj As BitmapSource
) As Byte()
public:
virtual array<unsigned char>^ GetBytes(
BitmapSource^ obj
) sealed
abstract GetBytes :
obj : BitmapSource -> byte[]
override GetBytes :
obj : BitmapSource -> byte[]
Parameters
- obj
- Type: System.Windows.Media.ImagingBitmapSource
The object that is to be converted.
Return Value
Type:
ByteThe specified object as an array of bytes.
Implements
IByteArrayConverterTGetBytes(T)See Also