VectSharp 2.6.1
A light library for C# vector graphics
|
EventArgs for the MarkdownRenderer.PageStarted event. More...
Public Member Functions | |
PageStartedEventArgs (MarkdownContext markdownContext, Page page, Graphics graphics) | |
Create a new PageStartedEventArgs instance. More... | |
Properties | |
MarkdownContext | MarkdownContext [get, set] |
The current VectSharp.Markdown.MarkdownContext. More... | |
Page | Page [get] |
The new empty VectSharp.Page. More... | |
Graphics | Graphics [get, set] |
The VectSharp.Graphics surface on which the page contents will be drawn. More... | |
EventArgs for the MarkdownRenderer.PageStarted event.
Definition at line 237 of file MarkdownRenderer.Events.cs.
VectSharp.Markdown.PageStartedEventArgs.PageStartedEventArgs | ( | MarkdownContext | markdownContext, |
Page | page, | ||
Graphics | graphics | ||
) |
Create a new PageStartedEventArgs instance.
markdownContext | The current VectSharp.Markdown.MarkdownContext. |
page | The new empty VectSharp.Page. |
graphics | The VectSharp.Graphics surface on which the page contents will be drawn. |
Definition at line 260 of file MarkdownRenderer.Events.cs.
|
getset |
The VectSharp.Graphics surface on which the page contents will be drawn.
Definition at line 252 of file MarkdownRenderer.Events.cs.
|
getset |
The current VectSharp.Markdown.MarkdownContext.
Definition at line 242 of file MarkdownRenderer.Events.cs.
|
get |
The new empty VectSharp.Page.
Definition at line 247 of file MarkdownRenderer.Events.cs.