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

Public Member Functions | |
| BlockRenderingEventArgs (MarkdownContext markdownContext, Graphics graphics, Block block) | |
| Create a new BlockRenderingEventArgs instance. More... | |
Properties | |
| MarkdownContext | MarkdownContext [get, set] |
| The current VectSharp.Markdown.MarkdownContext. More... | |
| Graphics | Graphics [get, set] |
| The VectSharp.Graphics surface on which the Block will be drawn. More... | |
| Block | Block [get, set] |
| The Markdig.Syntax.Block that will be rendered. More... | |
EventArgs for the MarkdownRenderer.BlockRendering event.
Definition at line 305 of file MarkdownRenderer.Events.cs.
| VectSharp.Markdown.BlockRenderingEventArgs.BlockRenderingEventArgs | ( | MarkdownContext | markdownContext, |
| Graphics | graphics, | ||
| Block | block | ||
| ) |
Create a new BlockRenderingEventArgs instance.
| markdownContext | The current VectSharp.Markdown.MarkdownContext. |
| graphics | The VectSharp.Graphics surface on which the Block will be drawn. |
| block | The Markdig.Syntax.Block that will be rendered. |
Definition at line 328 of file MarkdownRenderer.Events.cs.
|
getset |
The Markdig.Syntax.Block that will be rendered.
Definition at line 320 of file MarkdownRenderer.Events.cs.
|
getset |
The VectSharp.Graphics surface on which the Block will be drawn.
Definition at line 315 of file MarkdownRenderer.Events.cs.
|
getset |
The current VectSharp.Markdown.MarkdownContext.
Definition at line 310 of file MarkdownRenderer.Events.cs.