PsDocument.DrawImage
DrawImage(Bitmap)
Resmi çiz.
public void DrawImage(Bitmap image)
| Parametre | Tip | Tanım |
|---|---|---|
| image | Bitmap | Çizilecek resim. |
Ayrıca bakınız
- class PsDocument
- ad alanı Aspose.Page.EPS
- toplantı Aspose.Page
DrawImage(Bitmap, Matrix, Color)
Dönüştürülen görüntüyü arka planla birlikte çizin.
public void DrawImage(Bitmap image, Matrix transform, Color bkg)
| Parametre | Tip | Tanım |
|---|---|---|
| image | Bitmap | Çizilecek resim. |
| transform | Matrix | Görüntüyü dönüştürmek için matris. |
| bkg | Color | Görüntü için arka plan. |
Ayrıca bakınız
- class PsDocument
- ad alanı Aspose.Page.EPS
- toplantı Aspose.Page