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