DioDocs for PDF
DrawBitmap メソッド (BitmapRenderer)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > BitmapRenderer クラス : DrawBitmap メソッド
The Bitmap to draw.
Specifies the location and size of the drawn image.
The opacity [0, 1] of the source bitmap, to multiply to the source bitmap's alpha channel.
Draws a Bitmap at the specified location and with the specified size.
シンタックス
'宣言
 
Public Sub DrawBitmap( _
   ByVal bitmap As GcBitmap, _
   ByVal rect As System.Drawing.RectangleF, _
   Optional ByVal opacity As System.Single _
) 
public void DrawBitmap( 
   GcBitmap bitmap,
   System.Drawing.RectangleF rect,
   System.float opacity
)

パラメータ

bitmap
The Bitmap to draw.
rect
Specifies the location and size of the drawn image.
opacity
The opacity [0, 1] of the source bitmap, to multiply to the source bitmap's alpha channel.
参照

BitmapRenderer クラス
BitmapRenderer メンバ