DioDocs for PDF
ApplyGlow メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GrayscaleBitmap クラス : ApplyGlow メソッド
The radius of inflation (positive, glow) or deflation (negative, soft edges), in pixels.
The radius of Gaussian blur, in pixels.
When applied to a grayscale mask built from a color image using the ToGrayscaleBitmap method, modifies it so that the result can be used as a transparency mask to produce Glow or Soft Edges effect.
シンタックス
'宣言
 
Public Sub ApplyGlow( _
   Optional ByVal infRadius As System.Integer, _
   Optional ByVal blurRadius As System.Integer _
) 
public void ApplyGlow( 
   System.int infRadius,
   System.int blurRadius
)

パラメータ

infRadius
The radius of inflation (positive, glow) or deflation (negative, soft edges), in pixels.
blurRadius
The radius of Gaussian blur, in pixels.
参照

GrayscaleBitmap クラス
GrayscaleBitmap メンバ