DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / ToByteArray Method / ToByteArray(Rectangle) Method
The source rectangle within the image.

In This Topic
ToByteArray(Rectangle) Method
In This Topic
Stores a rectangular area of the image to a byte array.
Syntax
'Declaration
 
Public Overloads Function ToByteArray( _
   ByVal srcRect As System.Drawing.Rectangle _
) As System.Byte()
 

Parameters

srcRect
The source rectangle within the image.
See Also