Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / ImportColorChannel Method
A GrayscaleBitmap with source data.
A channel of the destination GcBitmap to be updated.

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

    Parameters

    sourceImage
    A GrayscaleBitmap with source data.
    colorChannel
    A channel of the destination GcBitmap to be updated.
    See Also