[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmap.ExportColorChannel

ExportColorChannel Method

ExportColorChannel(GrayscaleBitmap, ColorChannel)

Copies data from one color channel of the current GcBitmap to an existing GrayscaleBitmap of the same pixel size.

Declaration
public void ExportColorChannel(GrayscaleBitmap destinationImage, ColorChannel colorChannel)
Public Sub ExportColorChannel(destinationImage As GrayscaleBitmap, colorChannel As ColorChannel)
Parameters
Type Name Description
GrayscaleBitmap destinationImage

The target GrayscaleBitmap.

ColorChannel colorChannel

A channel of the source GcBitmap to be exported.