ToGcBitmap(Rectangle,Boolean) Method
In This Topic
Stores a rectangular area of the image to a
GrapeCity.Documents.Imaging.GcBitmap.
Syntax
'Declaration
Public Overloads Function ToGcBitmap( _
ByVal As System.Drawing.Rectangle, _
Optional ByVal As System.Boolean _
) As GcBitmap
public GcBitmap ToGcBitmap(
System.Drawing.Rectangle ,
System.bool
)
Parameters
- srcRect
- The source rectangle within the image.
- updatePixelFormat
- Indicates if all pixels should be converted from premultiplied alpha format or to opaque format with alpha = 255.
See Also