DioDocs for PDF
ExportColorChannel メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス : ExportColorChannel メソッド
The target GrayscaleBitmap.
A channel of the source GcBitmap to be exported.
Copies data from one color channel of the current GcBitmap to an existing GrayscaleBitmap of the same pixel size.
シンタックス
'宣言
 
Public Sub ExportColorChannel( _
   ByVal destinationImage As GrayscaleBitmap, _
   ByVal colorChannel As ColorChannel _
) 
public void ExportColorChannel( 
   GrayscaleBitmap destinationImage,
   ColorChannel colorChannel
)

パラメータ

destinationImage
The target GrayscaleBitmap.
colorChannel
A channel of the source GcBitmap to be exported.
参照

GcBitmap クラス
GcBitmap メンバ