DioDocs for PDF
Clear(Boolean,Rectangle) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > BilevelBitmap クラス > Clear メソッド : Clear(Boolean,Rectangle) メソッド
The value to fill the image (true is 1, false is 0).
The target rectangle of the BilevelBitmap.
Clears the BilevelBitmap with the specified value (true is 1, false is 0).
シンタックス
'宣言
 
Public Overloads Sub Clear( _
   ByVal value As System.Boolean, _
   ByVal rect As System.Drawing.Rectangle _
) 
public void Clear( 
   System.bool value,
   System.Drawing.Rectangle rect
)

パラメータ

value
The value to fill the image (true is 1, false is 0).
rect
The target rectangle of the BilevelBitmap.
参照

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