PsDocument.DrawImage

DrawImage(Bitmap)

Dessiner une image.

public void DrawImage(Bitmap image)
ParamètreTaperLa description
imageBitmapL’image à dessiner.

Voir également


DrawImage(Bitmap, Matrix, Color)

Dessine une image transformée avec un arrière-plan.

public void DrawImage(Bitmap image, Matrix transform, Color bkg)
ParamètreTaperLa description
imageBitmapL’image à dessiner.
transformMatrixLa matrice pour transformer l’image.
bkgColorArrière-plan pour l’image.

Voir également