DioDocs for PDF
AutoContrast(Single,Single) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GrayscaleBitmap クラス > AutoContrast メソッド : AutoContrast(Single,Single) メソッド
The percent of extremely low values to be clipped, not greater than 10.
The percent of extremely high values to be clipped, not greater than 10.
Modifies pixel intensities, clipping extremely low and extremely high values, such that available range of values (0..255) is fully covered.
シンタックス
'宣言
 
Public Overloads Sub AutoContrast( _
   ByVal lowClipPercent As System.Single, _
   ByVal highClipPercent As System.Single _
) 
public void AutoContrast( 
   System.float lowClipPercent,
   System.float highClipPercent
)

パラメータ

lowClipPercent
The percent of extremely low values to be clipped, not greater than 10.
highClipPercent
The percent of extremely high values to be clipped, not greater than 10.
参照

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