renderToGraphics
Renders certain slide to a Graphics object using specified size.
Parameters
Name | Type | Description |
---|
notesCommentsLayouting | NotesCommentsLayoutingOptions | Options for notes and comments layouting. |
graphics | Graphics2D | The object where to render to. |
width | int | The maximum width (in pixels) that can be occupied by the rendered slide. |
height | int | The maximum height (in pixels) that can be occupied by the rendered slide. |
Error
Error | Condition |
---|
InvalidOperationException | Thrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull |
Renders certain slide to a Graphics object using specified scale.
Parameters
Name | Type | Description |
---|
notesCommentsLayouting | NotesCommentsLayoutingOptions | Options for notes and comments layouting. |
graphics | Graphics2D | The object where to render to. |
scale | float | The scale for rendering the slide (1.0 is 100%). |
Error
Error | Condition |
---|
InvalidOperationException | Thrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull |
Renders certain slide to a Graphics object.
Parameters
Name | Type | Description |
---|
notesCommentsLayouting | NotesCommentsLayoutingOptions | Options for notes and comments layouting. |
graphics | Graphics2D | The object where to render to. |
Error
Error | Condition |
---|
InvalidOperationException | Thrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull |
renderToGraphics(RenderingOptions options, Graphics2D graphics) function
Renders certain slide to a Graphics object.
Parameters
Name | Type | Description |
---|
options | RenderingOptions | Rendering options. |
graphics | Graphics2D | The object where to render to. |
Error
Error | Condition |
---|
InvalidOperationException | Thrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull |
renderToGraphics(RenderingOptions options, Graphics2D graphics, float scaleX, float scaleY) function
Renders certain slide to a Graphics object with custom scaling.
Parameters
Name | Type | Description |
---|
options | RenderingOptions | Rendering options. |
graphics | Graphics2D | The object where to render to. |
scaleX | float | The scale for rendering the slide (1.0 is 100%) in the x-axis direction. |
scaleY | float | The scale for rendering the slide (1.0 is 100%) in the y-axis direction. |
Error
Error | Condition |
---|
InvalidOperationException | Thrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull |
renderToGraphics(RenderingOptions options, Graphics2D graphics, Dimension renderingSize) function
Renders certain slide to a Graphics object using specified size.
Parameters
Name | Type | Description |
---|
options | RenderingOptions | Rendering options. |
graphics | Graphics2D | The object where to render to. |
renderingSize | Dimension | The maximum dimensions (in pixels) that can be occupied by the rendered slide. |
Error
Error | Condition |
---|
InvalidOperationException | Thrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull |