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

EventArgs for the MarkdownRenderer.PageStarted event. More...

Inheritance diagram for VectSharp.Markdown.PageStartedEventArgs:

Public Member Functions

 PageStartedEventArgs (MarkdownContext markdownContext, Page page, Graphics graphics)
 Create a new PageStartedEventArgs instance. More...
 

Properties

MarkdownContext MarkdownContext [get, set]
 The current VectSharp.Markdown.MarkdownContext. More...
 
Page Page [get]
 The new empty VectSharp.Page. More...
 
Graphics Graphics [get, set]
 The VectSharp.Graphics surface on which the page contents will be drawn. More...
 

Detailed Description

EventArgs for the MarkdownRenderer.PageStarted event.

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

Constructor & Destructor Documentation

◆ PageStartedEventArgs()

VectSharp.Markdown.PageStartedEventArgs.PageStartedEventArgs ( MarkdownContext  markdownContext,
Page  page,
Graphics  graphics 
)

Create a new PageStartedEventArgs instance.

Parameters
markdownContextThe current VectSharp.Markdown.MarkdownContext.
pageThe new empty VectSharp.Page.
graphicsThe VectSharp.Graphics surface on which the page contents will be drawn.

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

Property Documentation

◆ Graphics

Graphics VectSharp.Markdown.PageStartedEventArgs.Graphics
getset

The VectSharp.Graphics surface on which the page contents will be drawn.

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

◆ MarkdownContext

MarkdownContext VectSharp.Markdown.PageStartedEventArgs.MarkdownContext
getset

The current VectSharp.Markdown.MarkdownContext.

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

◆ Page

Page VectSharp.Markdown.PageStartedEventArgs.Page
get

The new empty VectSharp.Page.

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


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