RenderToGraphics
RenderToGraphics(IRenderingOptions, Graphics)
Rend certaines diapositives dans un objet Graphics.
public void RenderToGraphics(IRenderingOptions options, Graphics graphics)
Paramètre | Taper | La description |
---|
options | IRenderingOptions | Options de rendu. |
graphics | Graphics | L’objet vers lequel effectuer le rendu. |
Exceptions
exception | condition |
---|
InvalidOperationException | Levé lorsque notesCommentsLaouting.NotesPosition prend la valeur NotesPositions.BottomFull |
Voir également
RenderToGraphics(IRenderingOptions, Graphics, float, float)
Rend certaines diapositives en un objet Graphics avec une mise à l’échelle personnalisée.
public void RenderToGraphics(IRenderingOptions options, Graphics graphics, float scaleX,
float scaleY)
Paramètre | Taper | La description |
---|
options | IRenderingOptions | Options de rendu. |
graphics | Graphics | L’objet vers lequel effectuer le rendu. |
scaleX | Single | Échelle de rendu de la diapositive (1,0 correspond à 100 %) dans la direction de l’axe des x. |
scaleY | Single | Échelle de rendu de la diapositive (1,0 correspond à 100 %) dans la direction de l’axe y. |
Exceptions
exception | condition |
---|
InvalidOperationException | Levé lorsque notesCommentsLaouting.NotesPosition prend la valeur NotesPositions.BottomFull |
Voir également
RenderToGraphics(IRenderingOptions, Graphics, Size)
Rend certaines diapositives en un objet Graphics en utilisant la taille spécifiée.
public void RenderToGraphics(IRenderingOptions options, Graphics graphics, Size renderingSize)
Paramètre | Taper | La description |
---|
options | IRenderingOptions | Options de rendu. |
graphics | Graphics | L’objet vers lequel effectuer le rendu. |
renderingSize | Size | Les dimensions maximales (en pixels) pouvant être occupées par la diapositive rendue. |
Exceptions
exception | condition |
---|
InvalidOperationException | Levé lorsque notesCommentsLaouting.NotesPosition prend la valeur NotesPositions.BottomFull |
Voir également