BitmapDataGetBytes Method
|
Gets the pixels as an array of bytes.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
Public Function GetBytes As Byte()
member GetBytes : unit -> byte[]
Return Value
Type:
Byte
The array of bytes.
See Also