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