ToByteArray(ImageRect) Method
Stores a part of the image buffer to a byte array.
public System.byte[] ToByteArray(
ImageRect
)
'Declaration
Public Overloads Function ToByteArray( _
ByVal As ImageRect _
) As System.Byte()
Parameters
- srcRect
- The source rectangle within the image.