Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / ExportColorChannel Method
The target GrayscaleBitmap.
A channel of the source GcBitmap to be exported.

In This Topic
    ExportColorChannel Method
    In This Topic
    Copies data from one color channel of the current GcBitmap to an existing GrayscaleBitmap of the same pixel size.
    Syntax
    'Declaration
     
    Public Sub ExportColorChannel( _
       ByVal destinationImage As GrayscaleBitmap, _
       ByVal colorChannel As ColorChannel _
    ) 
    public void ExportColorChannel( 
       GrayscaleBitmap destinationImage,
       ColorChannel colorChannel
    )

    Parameters

    destinationImage
    The target GrayscaleBitmap.
    colorChannel
    A channel of the source GcBitmap to be exported.
    See Also