VectSharp 2.6.1
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.Markdown.InlineRenderingEventArgs Class Reference

EventArgs for the MarkdownRenderer.InlineRendering event. More...

Inheritance diagram for VectSharp.Markdown.InlineRenderingEventArgs:

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...
 

Detailed Description

EventArgs for the MarkdownRenderer.InlineRendering event.

Definition at line 373 of file MarkdownRenderer.Events.cs.

Constructor & Destructor Documentation

◆ InlineRenderingEventArgs()

VectSharp.Markdown.InlineRenderingEventArgs.InlineRenderingEventArgs ( MarkdownContext  markdownContext,
Graphics  graphics,
Inline  inline 
)

Create a new InlineRenderingEventArgs instance.

Parameters
markdownContextThe current VectSharp.Markdown.MarkdownContext.
graphicsThe VectSharp.Graphics surface on which the Inline will be drawn.
inlineThe Markdig.Syntax.Inlines.Inline that will be rendered.

Definition at line 396 of file MarkdownRenderer.Events.cs.

Property Documentation

◆ Graphics

Graphics VectSharp.Markdown.InlineRenderingEventArgs.Graphics
getset

The VectSharp.Graphics surface on which the Inline will be drawn.

Definition at line 383 of file MarkdownRenderer.Events.cs.

◆ Inline

Inline VectSharp.Markdown.InlineRenderingEventArgs.Inline
getset

The Markdig.Syntax.Inlines.Inline that will be rendered.

Definition at line 388 of file MarkdownRenderer.Events.cs.

◆ MarkdownContext

MarkdownContext VectSharp.Markdown.InlineRenderingEventArgs.MarkdownContext
getset

The current VectSharp.Markdown.MarkdownContext.

Definition at line 378 of file MarkdownRenderer.Events.cs.


The documentation for this class was generated from the following file: