|
VectSharp 2.6.1
A light library for C# vector graphics
|
EventArgs for the MarkdownRenderer.LineRendering and MarkdownRenderer.LineRendered events. More...

Public Member Functions | |
| LineEventArgs (MarkdownContext markdownContext, Graphics graphics, Line line, double pageMaxX, double pageMaxY, double contentMaxX, double contentMinY, double contentMaxY, double baseline) | |
| Create a new LineEventArgs More... | |
Properties | |
| MarkdownContext | MarkdownContext [get, set] |
| The current VectSharp.Markdown.MarkdownContext. More... | |
| Graphics | Graphics [get, set] |
| The current VectSharp.Graphics surface. More... | |
| Line | Line [get] |
| The line that will be rendered. More... | |
| double | PageMaxX [get] |
| The maximum space available for the line on the x axis. More... | |
| double | PageMaxY [get] |
| The maximum space available for the line on the y axis. More... | |
| double | ContentMaxX [get] |
| The maximum x coordinate of the content in the line. More... | |
| double | ContentMinY [get] |
| The minimum y coordinate of the content in the line. More... | |
| double | ContentMaxY [get] |
| The maximum y coordinate of the content in the line. More... | |
| double | Baseline [get] |
| The vertical coordinate of the baseline. More... | |
EventArgs for the MarkdownRenderer.LineRendering and MarkdownRenderer.LineRendered events.
Definition at line 517 of file MarkdownRenderer.Events.cs.
| VectSharp.Markdown.LineEventArgs.LineEventArgs | ( | MarkdownContext | markdownContext, |
| Graphics | graphics, | ||
| Line | line, | ||
| double | pageMaxX, | ||
| double | pageMaxY, | ||
| double | contentMaxX, | ||
| double | contentMinY, | ||
| double | contentMaxY, | ||
| double | baseline | ||
| ) |
Create a new LineEventArgs
| markdownContext | The current VectSharp.Markdown.MarkdownContext. |
| graphics | The current VectSharp.Graphics surface. |
| line | The line that will be rendered. |
| pageMaxX | The maximum space available for the line on the x axis. |
| pageMaxY | The maximum space available for the line on the y axis. |
| contentMaxX | The maximum x coordinate of the content in the line. |
| contentMinY | The minimum y coordinate of the content in the line. |
| contentMaxY | The maximum y coordinate of the content in the line. |
| baseline | The vertical coordinate of the baseline. |
Definition at line 576 of file MarkdownRenderer.Events.cs.
|
get |
The vertical coordinate of the baseline.
Definition at line 562 of file MarkdownRenderer.Events.cs.
|
get |
The maximum x coordinate of the content in the line.
Definition at line 547 of file MarkdownRenderer.Events.cs.
|
get |
The maximum y coordinate of the content in the line.
Definition at line 557 of file MarkdownRenderer.Events.cs.
|
get |
The minimum y coordinate of the content in the line.
Definition at line 552 of file MarkdownRenderer.Events.cs.
|
getset |
The current VectSharp.Graphics surface.
Definition at line 527 of file MarkdownRenderer.Events.cs.
|
get |
The line that will be rendered.
Definition at line 532 of file MarkdownRenderer.Events.cs.
|
getset |
The current VectSharp.Markdown.MarkdownContext.
Definition at line 522 of file MarkdownRenderer.Events.cs.
|
get |
The maximum space available for the line on the x axis.
Definition at line 537 of file MarkdownRenderer.Events.cs.
|
get |
The maximum space available for the line on the y axis.
Definition at line 542 of file MarkdownRenderer.Events.cs.