DioDocs for PDF
ToShadowBitmap(GcBitmap,Color,Single,Boolean) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GrayscaleBitmap クラス > ToShadowBitmap メソッド : ToShadowBitmap(GcBitmap,Color,Single,Boolean) メソッド
The target GcBitmap object.
The color to fill opaque pixels of the target bitmap.
Additional factor to scale the alpha channel.
Specifies whether zero values correspond to fully opaque (true) or fully transparent (false) pixels.
Converts an existing instance of GcBitmap to a semi-transparent bitmap representing the current GrayscaleBitmap.

This method treats the current GrayscaleBitmap as a transparency mask, regardless of the TransparencyMask property value.

シンタックス
'宣言
 
Public Overloads Sub ToShadowBitmap( _
   ByVal bmp As GcBitmap, _
   ByVal shadowColor As System.Drawing.Color, _
   Optional ByVal opacityFactor As System.Single, _
   Optional ByVal zeroIsOpaque As System.Boolean _
) 
public void ToShadowBitmap( 
   GcBitmap bmp,
   System.Drawing.Color shadowColor,
   System.float opacityFactor,
   System.bool zeroIsOpaque
)

パラメータ

bmp
The target GcBitmap object.
shadowColor
The color to fill opaque pixels of the target bitmap.
opacityFactor
Additional factor to scale the alpha channel.
zeroIsOpaque
Specifies whether zero values correspond to fully opaque (true) or fully transparent (false) pixels.
参照

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