DioDocs for PDF
ToIndexed4bppBitmap(DitheringMethod,Boolean) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > ToIndexed4bppBitmap メソッド : ToIndexed4bppBitmap(DitheringMethod,Boolean) メソッド
The method of two-dimensional error diffusion dithering.
If true, pixels are arranged within a byte such that pixels with lower column indices are stored in the lower-order bit tetrads of the byte.
Creates an Indexed4bppBitmap from the current image.
シンタックス
'宣言
 
Public Overloads Function ToIndexed4bppBitmap( _
   ByVal ditheringMethod As DitheringMethod, _
   Optional ByVal lowerBitsFirst As System.Boolean _
) As Indexed4bppBitmap
public Indexed4bppBitmap ToIndexed4bppBitmap( 
   DitheringMethod ditheringMethod,
   System.bool lowerBitsFirst
)

パラメータ

ditheringMethod
The method of two-dimensional error diffusion dithering.
lowerBitsFirst
If true, pixels are arranged within a byte such that pixels with lower column indices are stored in the lower-order bit tetrads of the byte.

戻り値の型

A new instance of Indexed4bppBitmap.
参照

GcBitmap クラス
GcBitmap メンバ
オーバーロード一覧