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

EventArgs for the MarkdownRenderer.InlineRendered event. More...

Inheritance diagram for VectSharp.Markdown.InlineRenderedEventArgs:

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

Detailed Description

EventArgs for the MarkdownRenderer.InlineRendered event.

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

Constructor & Destructor Documentation

◆ InlineRenderedEventArgs()

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

Create a new InlineRenderingEventArgs instance.

Parameters
markdownContextThe current VectSharp.Markdown.MarkdownContext.
graphicsThe current VectSharp.Graphics surface.
inlineThe Markdig.Syntax.Inlines.Inline that has been rendered.

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

Property Documentation

◆ Graphics

Graphics VectSharp.Markdown.InlineRenderedEventArgs.Graphics
getset

The current VectSharp.Graphics surface.

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

◆ Inline

Inline VectSharp.Markdown.InlineRenderedEventArgs.Inline
get

The Markdig.Syntax.Inlines.Inline that has been rendered.

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

◆ MarkdownContext

MarkdownContext VectSharp.Markdown.InlineRenderedEventArgs.MarkdownContext
getset

The current VectSharp.Markdown.MarkdownContext.

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


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