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

Public Member Functions | |
| InlineRenderedEventArgs (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 current VectSharp.Graphics surface.   More... | |
| Inline | Inline [get] | 
| The Markdig.Syntax.Inlines.Inline that has been rendered.   More... | |
EventArgs for the MarkdownRenderer.InlineRendered event.
Definition at line 407 of file MarkdownRenderer.Events.cs.
| VectSharp.Markdown.InlineRenderedEventArgs.InlineRenderedEventArgs | ( | MarkdownContext | markdownContext, | 
| Graphics | graphics, | ||
| Inline | inline | ||
| ) | 
Create a new InlineRenderingEventArgs instance.
| markdownContext | The current VectSharp.Markdown.MarkdownContext. | 
| graphics | The current VectSharp.Graphics surface. | 
| inline | The Markdig.Syntax.Inlines.Inline that has been rendered. | 
Definition at line 430 of file MarkdownRenderer.Events.cs.
      
  | 
  getset | 
The current VectSharp.Graphics surface.
Definition at line 417 of file MarkdownRenderer.Events.cs.
      
  | 
  get | 
The Markdig.Syntax.Inlines.Inline that has been rendered.
Definition at line 422 of file MarkdownRenderer.Events.cs.
      
  | 
  getset | 
The current VectSharp.Markdown.MarkdownContext.
Definition at line 412 of file MarkdownRenderer.Events.cs.