DioDocs for PDF
ApplyGaussianBlur(Byte,Int32,GaussianBlurBorderMode) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GrayscaleBitmap クラス > ApplyGaussianBlur メソッド : ApplyGaussianBlur(Byte,Int32,GaussianBlurBorderMode) メソッド
The color used to blend with the edge pixels of the image.
The radius of the blur, in pixels.
The mapping mode for the pixels outside of the border.
Applies a Gaussian blur to this GrayscaleBitmap.
シンタックス
'宣言
 
Public Overloads Sub ApplyGaussianBlur( _
   ByVal borderColor As System.Byte, _
   Optional ByVal radius As System.Integer, _
   Optional ByVal borderMode As GaussianBlurBorderMode _
) 
public void ApplyGaussianBlur( 
   System.byte borderColor,
   System.int radius,
   GaussianBlurBorderMode borderMode
)

パラメータ

borderColor
The color used to blend with the edge pixels of the image.
radius
The radius of the blur, in pixels.
borderMode
The mapping mode for the pixels outside of the border.
参照

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