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

EventArgs for the MarkdownRenderer.BlockRendering event. More...

Inheritance diagram for VectSharp.Markdown.BlockRenderingEventArgs:

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

Detailed Description

EventArgs for the MarkdownRenderer.BlockRendering event.

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

Constructor & Destructor Documentation

◆ BlockRenderingEventArgs()

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

Create a new BlockRenderingEventArgs instance.

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

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

Property Documentation

◆ Block

Block VectSharp.Markdown.BlockRenderingEventArgs.Block
getset

The Markdig.Syntax.Block that will be rendered.

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

◆ Graphics

Graphics VectSharp.Markdown.BlockRenderingEventArgs.Graphics
getset

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

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

◆ MarkdownContext

MarkdownContext VectSharp.Markdown.BlockRenderingEventArgs.MarkdownContext
getset

The current VectSharp.Markdown.MarkdownContext.

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


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