'宣言 Public Sub DrawToBitmap( _ ByVal bitmap As System.Drawing.Bitmap, _ ByVal targetBounds As System.Drawing.Rectangle _ )
'使用法 Dim instance As PdfOptionsForm Dim bitmap As System.Drawing.Bitmap Dim targetBounds As System.Drawing.Rectangle instance.DrawToBitmap(bitmap, targetBounds)
public void DrawToBitmap( System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds )
パラメータ
- bitmap
- targetBounds