'宣言 Public Overloads Sub DrawImage( _ ByVal img As System.Windows.Media.Imaging.WriteableBitmap, _ ByVal rc As System.Windows.Rect _ )
public void DrawImage( System.Windows.Media.Imaging.WriteableBitmap img, System.Windows.Rect rc )
void DrawImage(UIElement e, Rect rc) { DrawImage(new WriteableBitmap(e, null), rc); }
C1PdfDocument クラス C1PdfDocument メンバ オーバーロード一覧