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

EventArgs for the MarkdownRenderer.BlockRendered event. More...

Inheritance diagram for VectSharp.Markdown.BlockRenderedEventArgs:

Public Member Functions

 BlockRenderedEventArgs (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 current VectSharp.Graphics surface. More...
 
Block Block [get]
 The Markdig.Syntax.Block that has been rendered. More...
 

Detailed Description

EventArgs for the MarkdownRenderer.BlockRendered event.

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

Constructor & Destructor Documentation

◆ BlockRenderedEventArgs()

VectSharp.Markdown.BlockRenderedEventArgs.BlockRenderedEventArgs ( MarkdownContext  markdownContext,
Graphics  graphics,
Block  block 
)

Create a new BlockRenderingEventArgs instance.

Parameters
markdownContextThe current VectSharp.Markdown.MarkdownContext.
graphicsThe current VectSharp.Graphics surface.
blockThe Markdig.Syntax.Block that has been rendered.

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

Property Documentation

◆ Block

Block VectSharp.Markdown.BlockRenderedEventArgs.Block
get

The Markdig.Syntax.Block that has been rendered.

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

◆ Graphics

Graphics VectSharp.Markdown.BlockRenderedEventArgs.Graphics
getset

The current VectSharp.Graphics surface.

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

◆ MarkdownContext

MarkdownContext VectSharp.Markdown.BlockRenderedEventArgs.MarkdownContext
getset

The current VectSharp.Markdown.MarkdownContext.

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


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