'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.