C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / ToByteArray Method / ToByteArray() Method

In This Topic
ToByteArray() Method
In This Topic
Stores the image buffer to a byte array (without the palette and metadata information).
Syntax
'Declaration
 
Public Overloads Function ToByteArray() As System.Byte()
 
See Also