|
VectSharp 2.6.1
A light library for C# vector graphics
|
EventArgs for the MarkdownRenderer.InlineRendering event. More...

Public Member Functions | |
| InlineRenderingEventArgs (MarkdownContext markdownContext, Graphics graphics, Inline inline) | |
| Create a new InlineRenderingEventArgs instance. More... | |
Properties | |
| MarkdownContext | MarkdownContext [get, set] |
| The current VectSharp.Markdown.MarkdownContext. More... | |
| Graphics | Graphics [get, set] |
| The VectSharp.Graphics surface on which the Inline will be drawn. More... | |
| Inline | Inline [get, set] |
| The Markdig.Syntax.Inlines.Inline that will be rendered. More... | |
EventArgs for the MarkdownRenderer.InlineRendering event.
Definition at line 373 of file MarkdownRenderer.Events.cs.
| VectSharp.Markdown.InlineRenderingEventArgs.InlineRenderingEventArgs | ( | MarkdownContext | markdownContext, |
| Graphics | graphics, | ||
| Inline | inline | ||
| ) |
Create a new InlineRenderingEventArgs instance.
| markdownContext | The current VectSharp.Markdown.MarkdownContext. |
| graphics | The VectSharp.Graphics surface on which the Inline will be drawn. |
| inline | The Markdig.Syntax.Inlines.Inline that will be rendered. |
Definition at line 396 of file MarkdownRenderer.Events.cs.
|
getset |
The VectSharp.Graphics surface on which the Inline will be drawn.
Definition at line 383 of file MarkdownRenderer.Events.cs.
|
getset |
The Markdig.Syntax.Inlines.Inline that will be rendered.
Definition at line 388 of file MarkdownRenderer.Events.cs.
|
getset |
The current VectSharp.Markdown.MarkdownContext.
Definition at line 378 of file MarkdownRenderer.Events.cs.